#AAAE95

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

Shades of Bud #AAAE95

Tints of Bud #AAAE95

Color information

#AAAE95 (or 0xAAAE95) is unknown color: approx Bud. HEX triplet: AA, AE and 95. RGB value is (170,174,149). Sum of RGB (Red+Green+Blue) = 170+174+149=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAE95 is #55516A. Grayscale: #AAAAAA. Windows color (decimal): -5591403 or 9809578. OLE color: 9809578.

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

Color convert

RGB170174149-
CMYK0.0200.140.32
HSL69.6º13.37%63.33%-
HSV(B)69.6º14.37%68.24%-
XYZ37.1440.9934.39-
YUV169.95116.17128.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 174 (68.36% from 255) = 35.29%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=34.48%
G=35.29%
B=30.22%

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
Decimal1701741490.0200.140.3269.613.3763.33
HexAAAE9520E2046d3f
Octal2522562252016401061577
Binary101010101010111010010101100111010000010001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE95; }

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

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

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

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

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

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

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

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