#AAAD97

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

Shades of Bud #AAAD97

Tints of Bud #AAAD97

Color information

#AAAD97 (or 0xAAAD97) is unknown color: approx Bud. HEX triplet: AA, AD and 97. RGB value is (170,173,151). Sum of RGB (Red+Green+Blue) = 170+173+151=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 151 (59.38% from 255 or 30.57% from 494); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAD97 is #555268. Grayscale: #A9A9A9. Windows color (decimal): -5591657 or 9940394. OLE color: 9940394.

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

Color convert

RGB170173151-
CMYK0.0200.130.32
HSL68.18º11.83%63.53%-
HSV(B)68.18º12.72%67.84%-
XYZ37.1140.6735.17-
YUV169.59117.51128.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 173 (67.97% from 255) = 35.02%
BLUE value IS 151 (59.38% from 255) = 30.57%
R=34.41%
G=35.02%
B=30.57%

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
Decimal1701731510.0200.130.3268.1811.8363.53
HexAAAD9720D2044c40
Octal25225522720154010414100
Binary1010101010101101100101111001101100000100010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD97; }

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

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

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

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

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

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

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

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