#ABAC89

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

Shades of Bud #ABAC89

Tints of Bud #ABAC89

Color information

#ABAC89 (or 0xABAC89) is unknown color: approx Bud. HEX triplet: AB, AC and 89. RGB value is (171,172,137). Sum of RGB (Red+Green+Blue) = 171+172+137=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC89 is #545376. Grayscale: #A7A7A7. Windows color (decimal): -5526391 or 9022635. OLE color: 9022635.

HSL color Cylindrical-coordinate representation of color #ABAC89: hue angle of 61.71º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABAC89 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB171172137-
CMYK0.0100.200.33
HSL61.71º17.41%60.59%-
HSV(B)61.71º20.35%67.45%-
XYZ36.0639.9729.48-
YUV167.71110.67130.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 172 (67.58% from 255) = 35.83%
BLUE value IS 137 (53.91% from 255) = 28.54%
R=35.62%
G=35.83%
B=28.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711721370.0100.200.3361.7117.4160.59
HexABAC891014213e113d
Octal253254211102441762175
Binary101010111010110010001001101010010000111111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC89; }

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

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

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

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

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

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

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

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