#ABAD97

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

Shades of Bud #ABAD97

Tints of Bud #ABAD97

Color information

#ABAD97 (or 0xABAD97) is unknown color: approx Bud. HEX triplet: AB, AD and 97. RGB value is (171,173,151). Sum of RGB (Red+Green+Blue) = 171+173+151=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAD97 is #545268. Grayscale: #A9A9A9. Windows color (decimal): -5526121 or 9940395. OLE color: 9940395.

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

Color convert

RGB171173151-
CMYK0.0100.130.32
HSL65.45º11.83%63.53%-
HSV(B)65.45º12.72%67.84%-
XYZ37.3240.7835.18-
YUV169.89117.34128.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.55%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 151 (59.38% from 255) = 30.51%
R=34.55%
G=34.95%
B=30.51%

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
Decimal1711731510.0100.130.3265.4511.8363.53
HexABAD9710D2041c40
Octal25325522710154010114100
Binary101010111010110110010111101101100000100000111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD97; }

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

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

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

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

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

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

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

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