#AAAE92

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

Shades of Bud #AAAE92

Tints of Bud #AAAE92

Color information

#AAAE92 (or 0xAAAE92) is unknown color: approx Bud. HEX triplet: AA, AE and 92. RGB value is (170,174,146). Sum of RGB (Red+Green+Blue) = 170+174+146=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAE92 is #55516D. Grayscale: #A9A9A9. Windows color (decimal): -5591406 or 9612970. OLE color: 9612970.

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

Color convert

RGB170174146-
CMYK0.0200.160.32
HSL68.57º14.74%62.75%-
HSV(B)68.57º16.09%68.24%-
XYZ36.940.8933.14-
YUV169.61114.67128.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.69%
GREEN value IS 174 (68.36% from 255) = 35.51%
BLUE value IS 146 (57.42% from 255) = 29.80%
R=34.69%
G=35.51%
B=29.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701741460.0200.160.3268.5714.7462.75
HexAAAE9220102045f3f
Octal2522562222020401051777
Binary1010101010101110100100101001000010000010001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE92; }

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

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

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

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

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

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

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

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