#ABAC99

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

Shades of Bud #ABAC99

Tints of Bud #ABAC99

Color information

#ABAC99 (or 0xABAC99) is unknown color: approx Bud. HEX triplet: AB, AC and 99. RGB value is (171,172,153). Sum of RGB (Red+Green+Blue) = 171+172+153=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC99 is #545366. Grayscale: #A9A9A9. Windows color (decimal): -5526375 or 10071211. OLE color: 10071211.

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

Color convert

RGB171172153-
CMYK0.0100.110.33
HSL63.16º10.27%63.73%-
HSV(B)63.16º11.05%67.45%-
XYZ37.340.4635.98-
YUV169.54118.67129.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 172 (67.58% from 255) = 34.68%
BLUE value IS 153 (60.16% from 255) = 30.85%
R=34.48%
G=34.68%
B=30.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711721530.0100.110.3363.1610.2763.73
HexABAC9910B213fa40
Octal2532542311013417712100
Binary10101011101011001001100110101110000111111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC99; }

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

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

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

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

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

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

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

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