#A4A972

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

Shades of Locust #A4A972

Tints of Locust #A4A972

Color information

#A4A972 (or 0xA4A972) is unknown color: approx Locust. HEX triplet: A4, A9 and 72. RGB value is (164,169,114). Sum of RGB (Red+Green+Blue) = 164+169+114=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 169 (66.41% from 255 or 37.81% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A972 is #5B568D. Grayscale: #A1A1A1. Windows color (decimal): -5985934 or 7514532. OLE color: 7514532.

HSL color Cylindrical-coordinate representation of color #A4A972: hue angle of 65.45º 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 #A4A972 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB164169114-
CMYK0.0300.330.34
HSL65.45º24.23%55.49%-
HSV(B)65.45º32.54%66.27%-
XYZ32.5437.4821.44-
YUV161.23101.34129.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 169 (66.41% from 255) = 37.81%
BLUE value IS 114 (44.92% from 255) = 25.50%
R=36.69%
G=37.81%
B=25.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641691140.0300.330.3465.4524.2355.49
HexA4A972302122411837
Octal2442511623041421013067
Binary10100100101010011110010110100001100010100000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A972; }

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

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

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

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

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

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

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

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