#A8B07C

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

Shades of Locust #A8B07C

Tints of Locust #A8B07C

Color information

#A8B07C (or 0xA8B07C) is unknown color: approx Locust. HEX triplet: A8, B0 and 7C. RGB value is (168,176,124). Sum of RGB (Red+Green+Blue) = 168+176+124=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B07C is #574F83. Grayscale: #A7A7A7. Windows color (decimal): -5721988 or 8171688. OLE color: 8171688.

HSL color Cylindrical-coordinate representation of color #A8B07C: hue angle of 69.23º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8B07C is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB168176124-
CMYK0.0500.300.31
HSL69.23º24.76%58.82%-
HSV(B)69.23º29.55%69.02%-
XYZ35.3140.8325.09-
YUV167.68103.35128.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.90%
GREEN value IS 176 (69.14% from 255) = 37.61%
BLUE value IS 124 (48.83% from 255) = 26.50%
R=35.90%
G=37.61%
B=26.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681761240.0500.300.3169.2324.7658.82
HexA8B07C501E1F45193b
Octal2502601745036371053173
Binary1010100010110000111110010101111011111100010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B07C; }

 p { color: rgb(168,176,124); }

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

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

 a { background-color: rgb(168,176,124); }

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

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

 span { border-color: rgb(168,176,124); }

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