#ABAC85

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

Shades of Locust #ABAC85

Tints of Locust #ABAC85

Color information

#ABAC85 (or 0xABAC85) is unknown color: approx Locust. HEX triplet: AB, AC and 85. RGB value is (171,172,133). Sum of RGB (Red+Green+Blue) = 171+172+133=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC85 is #54537A. Grayscale: #A7A7A7. Windows color (decimal): -5526395 or 8760491. OLE color: 8760491.

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

Color convert

RGB171172133-
CMYK0.0100.230.33
HSL61.54º19.02%59.8%-
HSV(B)61.54º22.67%67.45%-
XYZ35.7839.8628-
YUV167.26108.67130.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 172 (67.58% from 255) = 36.13%
BLUE value IS 133 (52.34% from 255) = 27.94%
R=35.92%
G=36.13%
B=27.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711721330.0100.230.3361.5419.0259.8
HexABAC851017213e133c
Octal253254205102741762374
Binary101010111010110010000101101011110000111111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC85; }

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

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

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

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

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

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

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

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