#A8A77B

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

Shades of Locust #A8A77B

Tints of Locust #A8A77B

Color information

#A8A77B (or 0xA8A77B) is unknown color: approx Locust. HEX triplet: A8, A7 and 7B. RGB value is (168,167,123). Sum of RGB (Red+Green+Blue) = 168+167+123=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 167 (65.62% from 255 or 36.46% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A77B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A77B is #575884. Grayscale: #A2A2A2. Windows color (decimal): -5724293 or 8103848. OLE color: 8103848.

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

Color convert

RGB168167123-
CMYK00.010.270.34
HSL58.67º20.55%57.06%-
HSV(B)58.67º26.79%65.88%-
XYZ33.5437.3924.19-
YUV162.28105.83132.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.68%
GREEN value IS 167 (65.62% from 255) = 36.46%
BLUE value IS 123 (48.44% from 255) = 26.86%
R=36.68%
G=36.46%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16816712300.010.270.3458.6720.5557.06
HexA8A77B011B223b1539
Octal250247173013342732571
Binary10101000101001111111011011101110001011101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A77B; }

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

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

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

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

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

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

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

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