#AAAB97

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

Shades of Bud #AAAB97

Tints of Bud #AAAB97

Color information

#AAAB97 (or 0xAAAB97) is unknown color: approx Bud. HEX triplet: AA, AB and 97. RGB value is (170,171,151). Sum of RGB (Red+Green+Blue) = 170+171+151=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB97 is #555468. Grayscale: #A8A8A8. Windows color (decimal): -5592169 or 9939882. OLE color: 9939882.

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

Color convert

RGB170171151-
CMYK0.0100.120.33
HSL63º10.64%63.14%-
HSV(B)63º11.7%67.06%-
XYZ36.7339.9135.05-
YUV168.42118.17129.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 171 (67.19% from 255) = 34.76%
BLUE value IS 151 (59.38% from 255) = 30.69%
R=34.55%
G=34.76%
B=30.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701711510.0100.120.336310.6463.14
HexAAAB9710C213fb3f
Octal252253227101441771377
Binary1010101010101011100101111011001000011111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB97; }

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

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

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

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

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

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

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

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