#A4A985

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

Shades of Locust #A4A985

Tints of Locust #A4A985

Color information

#A4A985 (or 0xA4A985) is unknown color: approx Locust. HEX triplet: A4, A9 and 85. RGB value is (164,169,133). Sum of RGB (Red+Green+Blue) = 164+169+133=466 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.19% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A985 is #5B567A. Grayscale: #A3A3A3. Windows color (decimal): -5985915 or 8759716. OLE color: 8759716.

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

Color convert

RGB164169133-
CMYK0.0300.210.34
HSL68.33º17.31%59.22%-
HSV(B)68.33º21.3%66.27%-
XYZ33.7337.9627.74-
YUV163.4110.84128.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.19%
GREEN value IS 169 (66.41% from 255) = 36.27%
BLUE value IS 133 (52.34% from 255) = 28.54%
R=35.19%
G=36.27%
B=28.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641691330.0300.210.3468.3317.3159.22
HexA4A98530152244113b
Octal2442512053025421042173
Binary10100100101010011000010111010101100010100010010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A985; }

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

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

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

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

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

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

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

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