#A8B079

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

Shades of Locust #A8B079

Tints of Locust #A8B079

Color information

#A8B079 (or 0xA8B079) is unknown color: approx Locust. HEX triplet: A8, B0 and 79. RGB value is (168,176,121). Sum of RGB (Red+Green+Blue) = 168+176+121=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B079 is #574F86. Grayscale: #A7A7A7. Windows color (decimal): -5721991 or 7975080. OLE color: 7975080.

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

Color convert

RGB168176121-
CMYK0.0500.310.31
HSL68.73º25.82%58.24%-
HSV(B)68.73º31.25%69.02%-
XYZ35.1240.7624.1-
YUV167.34101.85128.47-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.13%
GREEN value IS 176 (69.14% from 255) = 37.85%
BLUE value IS 121 (47.66% from 255) = 26.02%
R=36.13%
G=37.85%
B=26.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681761210.0500.310.3168.7325.8258.24
HexA8B079501F1F451a3a
Octal2502601715037371053272
Binary1010100010110000111100110101111111111100010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B079; }

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

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

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

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

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

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

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

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