#AAAE90

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

Shades of Bud #AAAE90

Tints of Bud #AAAE90

Color information

#AAAE90 (or 0xAAAE90) is unknown color: approx Bud. HEX triplet: AA, AE and 90. RGB value is (170,174,144). Sum of RGB (Red+Green+Blue) = 170+174+144=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAE90 is #55516F. Grayscale: #A9A9A9. Windows color (decimal): -5591408 or 9481898. OLE color: 9481898.

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

Color convert

RGB170174144-
CMYK0.0200.170.32
HSL68º15.63%62.35%-
HSV(B)68º17.24%68.24%-
XYZ36.7540.8332.33-
YUV169.38113.67128.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.84%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 144 (56.64% from 255) = 29.51%
R=34.84%
G=35.66%
B=29.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701741440.0200.170.326815.6362.35
HexAAAE9020112044103e
Octal2522562202021401042076
Binary10101010101011101001000010010001100000100010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE90; }

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

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

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

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

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

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

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

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