#AAAE94

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

Shades of Bud #AAAE94

Tints of Bud #AAAE94

Color information

#AAAE94 (or 0xAAAE94) is unknown color: approx Bud. HEX triplet: AA, AE and 94. RGB value is (170,174,148). Sum of RGB (Red+Green+Blue) = 170+174+148=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAE94 is #55516B. Grayscale: #A9A9A9. Windows color (decimal): -5591404 or 9744042. OLE color: 9744042.

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

Color convert

RGB170174148-
CMYK0.0200.150.32
HSL69.23º13.83%63.14%-
HSV(B)69.23º14.94%68.24%-
XYZ37.0640.9633.97-
YUV169.84115.67128.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 148 (58.20% from 255) = 30.08%
R=34.55%
G=35.37%
B=30.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701741480.0200.150.3269.2313.8363.14
HexAAAE9420F2045e3f
Octal2522562242017401051677
Binary101010101010111010010100100111110000010001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE94; }

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

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

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

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

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

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

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

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