#ABAC9B

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

Shades of Bud #ABAC9B

Tints of Bud #ABAC9B

Color information

#ABAC9B (or 0xABAC9B) is unknown color: approx Bud. HEX triplet: AB, AC and 9B. RGB value is (171,172,155). Sum of RGB (Red+Green+Blue) = 171+172+155=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 155 (60.94% from 255 or 31.12% from 498); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAC9B is #545364. Grayscale: #A9A9A9. Windows color (decimal): -5526373 or 10202283. OLE color: 10202283.

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

Color convert

RGB171172155-
CMYK0.0100.100.33
HSL63.53º9.29%64.12%-
HSV(B)63.53º9.88%67.45%-
XYZ37.4640.5336.86-
YUV169.76119.67128.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.34%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 155 (60.94% from 255) = 31.12%
R=34.34%
G=34.54%
B=31.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711721550.0100.100.3363.539.2964.12
HexABAC9B10A2140940
Octal25325423310124110011100
Binary101010111010110010011011101010100001100000010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC9B; }

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

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

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

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

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

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

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

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