#ABAF80

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

Shades of Locust #ABAF80

Tints of Locust #ABAF80

Color information

#ABAF80 (or 0xABAF80) is unknown color: approx Locust. HEX triplet: AB, AF and 80. RGB value is (171,175,128). Sum of RGB (Red+Green+Blue) = 171+175+128=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF80 is #54507F. Grayscale: #A8A8A8. Windows color (decimal): -5525632 or 8433579. OLE color: 8433579.

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

Color convert

RGB171175128-
CMYK0.0200.270.31
HSL65.11º22.71%59.41%-
HSV(B)65.11º26.86%68.63%-
XYZ36.0240.8826.41-
YUV168.45105.17129.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.08%
GREEN value IS 175 (68.75% from 255) = 36.92%
BLUE value IS 128 (50.39% from 255) = 27.00%
R=36.08%
G=36.92%
B=27.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751280.0200.270.3165.1122.7159.41
HexABAF80201B1F41173b
Octal2532572002033371012773
Binary1010101110101111100000001001101111111100000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF80; }

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

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

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

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

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

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

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

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