#A8A76E

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

Shades of Locust #A8A76E

Tints of Locust #A8A76E

Color information

#A8A76E (or 0xA8A76E) is unknown color: approx Locust. HEX triplet: A8, A7 and 6E. RGB value is (168,167,110). Sum of RGB (Red+Green+Blue) = 168+167+110=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 167 (65.62% from 255 or 37.53% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A76E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A76E is #575891. Grayscale: #A1A1A1. Windows color (decimal): -5724306 or 7251880. OLE color: 7251880.

HSL color Cylindrical-coordinate representation of color #A8A76E: hue angle of 58.97º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8A76E is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB168167110-
CMYK00.010.350.34
HSL58.97º25%54.51%-
HSV(B)58.97º34.52%65.88%-
XYZ32.7837.0920.18-
YUV160.899.33133.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.75%
GREEN value IS 167 (65.62% from 255) = 37.53%
BLUE value IS 110 (43.36% from 255) = 24.72%
R=37.75%
G=37.53%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816711000.010.350.3458.972554.51
HexA8A76E0123223b1937
Octal250247156014342733167
Binary101010001010011111011100110001110001011101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A76E; }

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

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

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

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

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

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

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

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