#ABAF82

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

Shades of Locust #ABAF82

Tints of Locust #ABAF82

Color information

#ABAF82 (or 0xABAF82) is unknown color: approx Locust. HEX triplet: AB, AF and 82. RGB value is (171,175,130). Sum of RGB (Red+Green+Blue) = 171+175+130=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 130 (51.17% from 255 or 27.31% from 476); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF82 is #54507D. Grayscale: #A8A8A8. Windows color (decimal): -5525630 or 8564651. OLE color: 8564651.

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

Color convert

RGB171175130-
CMYK0.0200.260.31
HSL65.33º21.95%59.8%-
HSV(B)65.33º25.71%68.63%-
XYZ36.1540.9327.11-
YUV168.67106.17129.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 175 (68.75% from 255) = 36.76%
BLUE value IS 130 (51.17% from 255) = 27.31%
R=35.92%
G=36.76%
B=27.31%

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
Decimal1711751300.0200.260.3165.3321.9559.8
HexABAF82201A1F41163c
Octal2532572022032371012674
Binary1010101110101111100000101001101011111100000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF82; }

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

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

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

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

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

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

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

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