#ABAF6F

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

Shades of Locust #ABAF6F

Tints of Locust #ABAF6F

Color information

#ABAF6F (or 0xABAF6F) is unknown color: approx Locust. HEX triplet: AB, AF and 6F. RGB value is (171,175,111). Sum of RGB (Red+Green+Blue) = 171+175+111=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 111 (43.75% from 255 or 24.29% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF6F is #545090. Grayscale: #A6A6A6. Windows color (decimal): -5525649 or 7319467. OLE color: 7319467.

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

Color convert

RGB171175111-
CMYK0.0200.370.31
HSL63.75º28.57%56.08%-
HSV(B)63.75º36.57%68.63%-
XYZ34.9940.4721.01-
YUV166.5196.67131.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 175 (68.75% from 255) = 38.29%
BLUE value IS 111 (43.75% from 255) = 24.29%
R=37.42%
G=38.29%
B=24.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751110.0200.370.3163.7528.5756.08
HexABAF6F20251F401d38
Octal2532571572045371003570
Binary1010101110101111110111110010010111111100000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF6F; }

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

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

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

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

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

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

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

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