#A8A985

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

Shades of Locust #A8A985

Tints of Locust #A8A985

Color information

#A8A985 (or 0xA8A985) is unknown color: approx Locust. HEX triplet: A8, A9 and 85. RGB value is (168,169,133). Sum of RGB (Red+Green+Blue) = 168+169+133=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 169 (66.41% from 255 or 35.96% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A985 is #57567A. Grayscale: #A4A4A4. Windows color (decimal): -5723771 or 8759720. OLE color: 8759720.

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

Color convert

RGB168169133-
CMYK0.0100.210.34
HSL61.67º17.31%59.22%-
HSV(B)61.67º21.3%66.27%-
XYZ34.5738.3927.78-
YUV164.6110.17130.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.74%
GREEN value IS 169 (66.41% from 255) = 35.96%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=35.74%
G=35.96%
B=28.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681691330.0100.210.3461.6717.3159.22
HexA8A9851015223e113b
Octal250251205102542762173
Binary101010001010100110000101101010110001011111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A985; }

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

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

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

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

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

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

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

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