#ABAE97

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

Shades of Bud #ABAE97

Tints of Bud #ABAE97

Color information

#ABAE97 (or 0xABAE97) is unknown color: approx Bud. HEX triplet: AB, AE and 97. RGB value is (171,174,151). Sum of RGB (Red+Green+Blue) = 171+174+151=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE97 is #545168. Grayscale: #AAAAAA. Windows color (decimal): -5525865 or 9940651. OLE color: 9940651.

HSL color Cylindrical-coordinate representation of color #ABAE97: hue angle of 67.83º 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 #ABAE97 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB171174151-
CMYK0.0200.130.32
HSL67.83º12.43%63.73%-
HSV(B)67.83º13.22%68.24%-
XYZ37.5241.1635.25-
YUV170.48117.01128.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 151 (59.38% from 255) = 30.44%
R=34.48%
G=35.08%
B=30.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711741510.0200.130.3267.8312.4363.73
HexABAE9720D2044c40
Octal25325622720154010414100
Binary1010101110101110100101111001101100000100010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAE97; }

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

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

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

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

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

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

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

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