Color Hex Logo

#a5a172 Color Hex

#A5A172
(165,161,114)
0 Favorites   0 Comments

Color spaces of #a5a172

RGB 165161114
HSL0.150.220.55
HSV55°31°65°
CMYK 0.000.020.31   0.35
XYZ31.299234.704020.9685
Yxy34.70400.35990.3990
Hunter Lab58.9101-8.254820.1333
CIE-Lab65.5176-6.091325.0518

#a5a172 color RGB value is (165,161,114).

#a5a172 hex color red value is 165, green value is 161 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #a5a172 hue: 0.15 , saturation: 0.22 and the lightness value of a5a172 is 0.55.

The process color (four color CMYK) of #a5a172 color hex is 0.00, 0.02, 0.31, 0.35. Web safe color of #a5a172 is #999966. Color #a5a172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10100001 01110010
Octal 245 241 162
Decimal 165 161 114
Hex A5 A1 72

RGB Percentages of Color #a5a172

%37.50
%36.59
%25.91

CMYK Percentages of Color #a5a172

%0
%2
%31
%35

Triadic Colors of #a5a172

#a5a172 #72a5a1 #a172a5

Analogous Colors of #a5a172

#a5a172 #90a572 #a58872

Monochromatic Colors of #a5a172

#a5a172

Complementary Color

#a5a172 #7276a5

#a5a172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5a172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5a172 Color CSS Codes

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

#a5a172 Text Font Color

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

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


#a5a172 Background Color

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

This div background color is #a5a172


#a5a172 Border Color

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

This div border color is #a5a172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5a172


Comments

No comments written yet.

Please login to write comment.