Color Hex Logo

#a5a47b Color Hex

#A5A47B
(165,164,123)
0 Favorites   0 Comments

Color spaces of #a5a47b

RGB 165164123
HSL0.160.190.56
HSV59°25°65°
CMYK 0.000.010.25   0.35
XYZ32.367735.980323.9778
Yxy35.98030.35060.3897
Hunter Lab59.9836-8.651018.2880
CIE-Lab66.5049-6.461821.4740

#a5a47b color RGB value is (165,164,123).

#a5a47b hex color red value is 165, green value is 164 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #a5a47b hue: 0.16 , saturation: 0.19 and the lightness value of a5a47b is 0.56.

The process color (four color CMYK) of #a5a47b color hex is 0.00, 0.01, 0.25, 0.35. Web safe color of #a5a47b is #999966. Color #a5a47b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10100100 01111011
Octal 245 244 173
Decimal 165 164 123
Hex A5 A4 7B

RGB Percentages of Color #a5a47b

%36.50
%36.28
%27.21

CMYK Percentages of Color #a5a47b

%0
%1
%25
%35

Triadic Colors of #a5a47b

#a5a47b #7ba5a4 #a47ba5

Analogous Colors of #a5a47b

#a5a47b #91a57b #a58f7b

Monochromatic Colors of #a5a47b

#a5a47b

Complementary Color

#a5a47b #7b7ca5

#a5a47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5a47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5a47b Color CSS Codes

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

#a5a47b Text Font Color

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

This sample text font color is #a5a47b
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.


#a5a47b Background Color

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

This div background color is #a5a47b


#a5a47b Border Color

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

This div border color is #a5a47b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,164,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5a47b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5a47b;
  -webkit-box-shadow: 1px 1px 3px 2px #a5a47b;
  box-shadow:         1px 1px 3px 2px #a5a47b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,164,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5a47b


Comments

No comments written yet.

Please login to write comment.