#ABAA6F

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

Shades of Locust #ABAA6F

Tints of Locust #ABAA6F

Color information

#ABAA6F (or 0xABAA6F) is unknown color: approx Locust. HEX triplet: AB, AA and 6F. RGB value is (171,170,111). Sum of RGB (Red+Green+Blue) = 171+170+111=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #ABAA6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAA6F is #545590. Grayscale: #A3A3A3. Windows color (decimal): -5526929 or 7318187. OLE color: 7318187.

HSL color Cylindrical-coordinate representation of color #ABAA6F: hue angle of 59º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABAA6F is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB171170111-
CMYK00.010.350.33
HSL59º26.32%55.29%-
HSV(B)59º35.09%67.06%-
XYZ34.0438.5620.69-
YUV163.5798.33133.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.83%
GREEN value IS 170 (66.80% from 255) = 37.61%
BLUE value IS 111 (43.75% from 255) = 24.56%
R=37.83%
G=37.61%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17117011100.010.350.335926.3255.29
HexABAA6F0123213b1a37
Octal253252157014341733267
Binary101010111010101011011110110001110000111101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAA6F; }

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

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

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

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

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

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

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

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