#ABAF81

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

Shades of Locust #ABAF81

Tints of Locust #ABAF81

Color information

#ABAF81 (or 0xABAF81) is unknown color: approx Locust. HEX triplet: AB, AF and 81. RGB value is (171,175,129). Sum of RGB (Red+Green+Blue) = 171+175+129=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF81 is #54507E. Grayscale: #A8A8A8. Windows color (decimal): -5525631 or 8499115. OLE color: 8499115.

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

Color convert

RGB171175129-
CMYK0.0200.260.31
HSL65.22º22.33%59.61%-
HSV(B)65.22º26.29%68.63%-
XYZ36.0940.926.76-
YUV168.56105.67129.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 175 (68.75% from 255) = 36.84%
BLUE value IS 129 (50.78% from 255) = 27.16%
R=36%
G=36.84%
B=27.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751290.0200.260.3165.2222.3359.61
HexABAF81201A1F41163c
Octal2532572012032371012674
Binary1010101110101111100000011001101011111100000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF81; }

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

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

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

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

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

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

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

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