#ABAC87

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

Shades of Bud #ABAC87

Tints of Bud #ABAC87

Color information

#ABAC87 (or 0xABAC87) is unknown color: approx Bud. HEX triplet: AB, AC and 87. RGB value is (171,172,135). Sum of RGB (Red+Green+Blue) = 171+172+135=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC87 is #545378. Grayscale: #A7A7A7. Windows color (decimal): -5526393 or 8891563. OLE color: 8891563.

HSL color Cylindrical-coordinate representation of color #ABAC87: hue angle of 61.62º degrees, saturation: 0.18, 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 #ABAC87 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB171172135-
CMYK0.0100.220.33
HSL61.62º18.23%60.2%-
HSV(B)61.62º21.51%67.45%-
XYZ35.9239.9128.73-
YUV167.48109.67130.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 135 (53.12% from 255) = 28.24%
R=35.77%
G=35.98%
B=28.24%

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
Decimal1711721350.0100.220.3361.6218.2360.2
HexABAC871016213e123c
Octal253254207102641762274
Binary101010111010110010000111101011010000111111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC87; }

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

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

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

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

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

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

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

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