#AAAE85

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

Shades of Bud #AAAE85

Tints of Bud #AAAE85

Color information

#AAAE85 (or 0xAAAE85) is unknown color: approx Bud. HEX triplet: AA, AE and 85. RGB value is (170,174,133). Sum of RGB (Red+Green+Blue) = 170+174+133=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAE85 is #55517A. Grayscale: #A8A8A8. Windows color (decimal): -5591419 or 8761002. OLE color: 8761002.

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

Color convert

RGB170174133-
CMYK0.0200.240.32
HSL65.85º20.2%60.2%-
HSV(B)65.85º23.56%68.24%-
XYZ35.9540.5128.12-
YUV168.13108.17129.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 174 (68.36% from 255) = 36.48%
BLUE value IS 133 (52.34% from 255) = 27.88%
R=35.64%
G=36.48%
B=27.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701741330.0200.240.3265.8520.260.2
HexAAAE8520182042143c
Octal2522562052030401022474
Binary10101010101011101000010110011000100000100001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE85; }

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

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

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

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

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

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

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

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