#A5A972

Color #A5A972 Locust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Locust #A5A972

Tints of Locust #A5A972

Color information

#A5A972 (or 0xA5A972) is unknown color: approx Locust. HEX triplet: A5, A9 and 72. RGB value is (165,169,114). Sum of RGB (Red+Green+Blue) = 165+169+114=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5A972 is #5A568D. Grayscale: #A1A1A1. Windows color (decimal): -5920398 or 7514533. OLE color: 7514533.

HSL color Cylindrical-coordinate representation of color #A5A972: hue angle of 64.36º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5A972 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB165169114-
CMYK0.0200.330.34
HSL64.36º24.23%55.49%-
HSV(B)64.36º32.54%66.27%-
XYZ32.7437.5921.45-
YUV161.53101.17130.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 36.83%
GREEN value IS 169 (66.41% from 255) = 37.72%
BLUE value IS 114 (44.92% from 255) = 25.45%
R=36.83%
G=37.72%
B=25.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1651691140.0200.330.3464.3624.2355.49
HexA5A972202122401837
Octal2452511622041421003067
Binary10100101101010011110010100100001100010100000011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A972; }

 p { color: rgb(165,169,114); }

 H1.HeaderClassName
 {
   color: #A5A972;
 }
 .AnyTagClassName
 {
   color: #A5A972;
 }
</style>
background-color css

<style>
 a { background-color: #A5A972; }

 a { background-color: rgb(165,169,114); }

 div.DivClassName
 {
   background-color: #A5A972;
 }
 .BgClassName
 {
   background-color: #A5A972;
 }
</style>
border-color css

<style>
 span { border-color: #A5A972; }

 span { border-color: rgb(165,169,114); }

 td.TdClassName
 {
   border-color: #A5A972;
 }
 .TagClassName
 {
   border-color: #A5A972;
 }
</style>