#A8A775

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

Shades of Locust #A8A775

Tints of Locust #A8A775

Color information

#A8A775 (or 0xA8A775) is unknown color: approx Locust. HEX triplet: A8, A7 and 75. RGB value is (168,167,117). Sum of RGB (Red+Green+Blue) = 168+167+117=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 167 (65.62% from 255 or 36.95% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A775 is #57588A. Grayscale: #A1A1A1. Windows color (decimal): -5724299 or 7710632. OLE color: 7710632.

HSL color Cylindrical-coordinate representation of color #A8A775: hue angle of 58.82º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8A775 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB168167117-
CMYK00.010.300.34
HSL58.82º22.67%55.88%-
HSV(B)58.82º30.36%65.88%-
XYZ33.1837.2522.27-
YUV161.6102.83132.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.17%
GREEN value IS 167 (65.62% from 255) = 36.95%
BLUE value IS 117 (46.09% from 255) = 25.88%
R=37.17%
G=36.95%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816711700.010.300.3458.8222.6755.88
HexA8A775011E223b1738
Octal250247165013642732770
Binary10101000101001111110101011111010001011101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A775; }

 p { color: rgb(168,167,117); }

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

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

 a { background-color: rgb(168,167,117); }

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

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

 span { border-color: rgb(168,167,117); }

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