#AAAD95

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

Shades of Bud #AAAD95

Tints of Bud #AAAD95

Color information

#AAAD95 (or 0xAAAD95) is unknown color: approx Bud. HEX triplet: AA, AD and 95. RGB value is (170,173,149). Sum of RGB (Red+Green+Blue) = 170+173+149=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAD95 is #55526A. Grayscale: #A9A9A9. Windows color (decimal): -5591659 or 9809322. OLE color: 9809322.

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

Color convert

RGB170173149-
CMYK0.0200.140.32
HSL67.5º12.77%63.14%-
HSV(B)67.5º13.87%67.84%-
XYZ36.9540.634.32-
YUV169.37116.51128.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 173 (67.97% from 255) = 35.16%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=34.55%
G=35.16%
B=30.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701731490.0200.140.3267.512.7763.14
HexAAAD9520E2044d3f
Octal2522552252016401041577
Binary101010101010110110010101100111010000010001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD95; }

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

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

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

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

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

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

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

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