#A9B079

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

Shades of Locust #A9B079

Tints of Locust #A9B079

Color information

#A9B079 (or 0xA9B079) is unknown color: approx Locust. HEX triplet: A9, B0 and 79. RGB value is (169,176,121). Sum of RGB (Red+Green+Blue) = 169+176+121=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9B079 is #564F86. Grayscale: #A7A7A7. Windows color (decimal): -5656455 or 7975081. OLE color: 7975081.

HSL color Cylindrical-coordinate representation of color #A9B079: hue angle of 67.64º 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 #A9B079 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB169176121-
CMYK0.0400.310.31
HSL67.64º25.82%58.24%-
HSV(B)67.64º31.25%69.02%-
XYZ35.3440.8724.11-
YUV167.64101.68128.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.27%
GREEN value IS 176 (69.14% from 255) = 37.77%
BLUE value IS 121 (47.66% from 255) = 25.97%
R=36.27%
G=37.77%
B=25.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691761210.0400.310.3167.6425.8258.24
HexA9B079401F1F441a3a
Octal2512601714037371043272
Binary1010100110110000111100110001111111111100010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B079; }

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

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

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

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

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

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

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

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