#AAAE91

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

Shades of Bud #AAAE91

Tints of Bud #AAAE91

Color information

#AAAE91 (or 0xAAAE91) is unknown color: approx Bud. HEX triplet: AA, AE and 91. RGB value is (170,174,145). Sum of RGB (Red+Green+Blue) = 170+174+145=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAE91 is #55516E. Grayscale: #A9A9A9. Windows color (decimal): -5591407 or 9547434. OLE color: 9547434.

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

Color convert

RGB170174145-
CMYK0.0200.170.32
HSL68.28º15.18%62.55%-
HSV(B)68.28º16.67%68.24%-
XYZ36.8240.8632.73-
YUV169.5114.17128.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 145 (57.03% from 255) = 29.65%
R=34.76%
G=35.58%
B=29.65%

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
Decimal1701741450.0200.170.3268.2815.1862.55
HexAAAE9120112044f3f
Octal2522562212021401041777
Binary1010101010101110100100011001000110000010001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE91; }

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

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

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

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

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

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

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

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