#ABAD96

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

Shades of Bud #ABAD96

Tints of Bud #ABAD96

Color information

#ABAD96 (or 0xABAD96) is unknown color: approx Bud. HEX triplet: AB, AD and 96. RGB value is (171,173,150). Sum of RGB (Red+Green+Blue) = 171+173+150=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAD96 is #545269. Grayscale: #A9A9A9. Windows color (decimal): -5526122 or 9874859. OLE color: 9874859.

HSL color Cylindrical-coordinate representation of color #ABAD96: hue angle of 65.22º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABAD96 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB171173150-
CMYK0.0100.130.32
HSL65.22º12.3%63.33%-
HSV(B)65.22º13.29%67.84%-
XYZ37.2440.7534.76-
YUV169.78116.84128.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 173 (67.97% from 255) = 35.02%
BLUE value IS 150 (58.98% from 255) = 30.36%
R=34.62%
G=35.02%
B=30.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731500.0100.130.3265.2212.363.33
HexABAD9610D2041c3f
Octal2532552261015401011477
Binary10101011101011011001011010110110000010000011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD96; }

 p { color: rgb(171,173,150); }

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

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

 a { background-color: rgb(171,173,150); }

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

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

 span { border-color: rgb(171,173,150); }

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