#A4A984

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

Shades of Locust #A4A984

Tints of Locust #A4A984

Color information

#A4A984 (or 0xA4A984) is unknown color: approx Locust. HEX triplet: A4, A9 and 84. RGB value is (164,169,132). Sum of RGB (Red+Green+Blue) = 164+169+132=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A984 is #5B567B. Grayscale: #A3A3A3. Windows color (decimal): -5985916 or 8694180. OLE color: 8694180.

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

Color convert

RGB164169132-
CMYK0.0300.220.34
HSL68.11º17.7%59.02%-
HSV(B)68.11º21.89%66.27%-
XYZ33.6637.9327.38-
YUV163.29110.34128.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 169 (66.41% from 255) = 36.34%
BLUE value IS 132 (51.95% from 255) = 28.39%
R=35.27%
G=36.34%
B=28.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641691320.0300.220.3468.1117.759.02
HexA4A98430162244123b
Octal2442512043026421042273
Binary10100100101010011000010011010110100010100010010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A984; }

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

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

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

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

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

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

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

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