#A4A981

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

Shades of Locust #A4A981

Tints of Locust #A4A981

Color information

#A4A981 (or 0xA4A981) is unknown color: approx Locust. HEX triplet: A4, A9 and 81. RGB value is (164,169,129). Sum of RGB (Red+Green+Blue) = 164+169+129=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 169 (66.41% from 255 or 36.58% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A981 is #5B567E. Grayscale: #A3A3A3. Windows color (decimal): -5985919 or 8497572. OLE color: 8497572.

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

Color convert

RGB164169129-
CMYK0.0300.240.34
HSL67.5º18.87%58.43%-
HSV(B)67.5º23.67%66.27%-
XYZ33.4637.8526.31-
YUV162.94108.84128.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.50%
GREEN value IS 169 (66.41% from 255) = 36.58%
BLUE value IS 129 (50.78% from 255) = 27.92%
R=35.50%
G=36.58%
B=27.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641691290.0300.240.3467.518.8758.43
HexA4A98130182244133a
Octal2442512013030421042372
Binary10100100101010011000000111011000100010100010010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A981; }

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

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

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

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

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

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

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

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