Color Hex Logo

#a89533 Color Hex

#A89533
(168,149,51)
0 Favorites   0 Comments

Color spaces of #a89533

RGB 16814951
HSL0.140.530.43
HSV50°70°66°
CMYK 0.000.110.70   0.34
XYZ27.493430.05877.4848
Yxy30.05870.42270.4622
Hunter Lab54.8258-6.433130.2838
CIE-Lab61.7048-4.260752.0450

#a89533 color RGB value is (168,149,51).

#a89533 hex color red value is 168, green value is 149 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #a89533 hue: 0.14 , saturation: 0.53 and the lightness value of a89533 is 0.43.

The process color (four color CMYK) of #a89533 color hex is 0.00, 0.11, 0.70, 0.34. Web safe color of #a89533 is #999933. Color #a89533 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010101 00110011
Octal 250 225 63
Decimal 168 149 51
Hex A8 95 33

RGB Percentages of Color #a89533

%45.65
%40.49
%13.86

CMYK Percentages of Color #a89533

%0
%11
%70
%34

Triadic Colors of #a89533

#a89533 #33a895 #9533a8

Analogous Colors of #a89533

#a89533 #81a833 #a85b33

Monochromatic Colors of #a89533

#a89533

Complementary Color

#a89533 #3346a8

#a89533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89533 Color CSS Codes

.mybgcolor {background-color:#a89533; } 
.myforecolor {color:#a89533; }
.mybordercolor {border:3px solid #a89533; }

#a89533 Text Font Color

<p style="color:#a89533">Text here</p>

This sample text font color is #a89533
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a89533 Background Color

<div style="background-color:#a89533">
Div content here</div>

This div background color is #a89533


#a89533 Border Color

<div style="border:3px solid #a89533">
Div here</div>

This div border color is #a89533


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,149,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a89533; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a89533;
  -webkit-box-shadow: 1px 1px 3px 2px #a89533;
  box-shadow:         1px 1px 3px 2px #a89533; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,149,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a89533">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a89533;
  -webkit-box-shadow: 1px 1px 3px 2px #a89533;
  box-shadow:         1px 1px 3px 2px #a89533;">
Div content here</div>

This div box has shadow with color #a89533


Comments

No comments written yet.

Please login to write comment.