#ABAC86

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

Shades of Locust #ABAC86

Tints of Locust #ABAC86

Color information

#ABAC86 (or 0xABAC86) is unknown color: approx Locust. HEX triplet: AB, AC and 86. RGB value is (171,172,134). Sum of RGB (Red+Green+Blue) = 171+172+134=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC86 is #545379. Grayscale: #A7A7A7. Windows color (decimal): -5526394 or 8826027. OLE color: 8826027.

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

Color convert

RGB171172134-
CMYK0.0100.220.33
HSL61.58º18.63%60%-
HSV(B)61.58º22.09%67.45%-
XYZ35.8539.8828.36-
YUV167.37109.17130.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 134 (52.73% from 255) = 28.09%
R=35.85%
G=36.06%
B=28.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711721340.0100.220.3361.5818.6360
HexABAC861016213e133c
Octal253254206102641762374
Binary101010111010110010000110101011010000111111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC86; }

 p { color: rgb(171,172,134); }

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

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

 a { background-color: rgb(171,172,134); }

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

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

 span { border-color: rgb(171,172,134); }

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