#AAAD94

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

Shades of Bud #AAAD94

Tints of Bud #AAAD94

Color information

#AAAD94 (or 0xAAAD94) is unknown color: approx Bud. HEX triplet: AA, AD and 94. RGB value is (170,173,148). Sum of RGB (Red+Green+Blue) = 170+173+148=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAD94 is #55526B. Grayscale: #A9A9A9. Windows color (decimal): -5591660 or 9743786. OLE color: 9743786.

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

Color convert

RGB170173148-
CMYK0.0200.140.32
HSL67.2º13.23%62.94%-
HSV(B)67.2º14.45%67.84%-
XYZ36.8740.5733.9-
YUV169.25116.01128.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 173 (67.97% from 255) = 35.23%
BLUE value IS 148 (58.20% from 255) = 30.14%
R=34.62%
G=35.23%
B=30.14%

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
Decimal1701731480.0200.140.3267.213.2362.94
HexAAAD9420E2043d3f
Octal2522552242016401031577
Binary101010101010110110010100100111010000010000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD94; }

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

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

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

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

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

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

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

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