#ABAF79

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

Shades of Locust #ABAF79

Tints of Locust #ABAF79

Color information

#ABAF79 (or 0xABAF79) is unknown color: approx Locust. HEX triplet: AB, AF and 79. RGB value is (171,175,121). Sum of RGB (Red+Green+Blue) = 171+175+121=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 121 (47.66% from 255 or 25.91% from 467); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF79 is #545086. Grayscale: #A7A7A7. Windows color (decimal): -5525639 or 7974827. OLE color: 7974827.

HSL color Cylindrical-coordinate representation of color #ABAF79: hue angle of 64.44º degrees, saturation: 0.25, 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 #ABAF79 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB171175121-
CMYK0.0200.310.31
HSL64.44º25.23%58.04%-
HSV(B)64.44º30.86%68.63%-
XYZ35.5840.724.07-
YUV167.65101.67130.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.62%
GREEN value IS 175 (68.75% from 255) = 37.47%
BLUE value IS 121 (47.66% from 255) = 25.91%
R=36.62%
G=37.47%
B=25.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751210.0200.310.3164.4425.2358.04
HexABAF79201F1F40193a
Octal2532571712037371003172
Binary101010111010111111110011001111111111100000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF79; }

 p { color: rgb(171,175,121); }

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

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

 a { background-color: rgb(171,175,121); }

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

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

 span { border-color: rgb(171,175,121); }

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