#AAAD87

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

Shades of Bud #AAAD87

Tints of Bud #AAAD87

Color information

#AAAD87 (or 0xAAAD87) is unknown color: approx Bud. HEX triplet: AA, AD and 87. RGB value is (170,173,135). Sum of RGB (Red+Green+Blue) = 170+173+135=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAD87 is #555278. Grayscale: #A7A7A7. Windows color (decimal): -5591673 or 8891818. OLE color: 8891818.

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

Color convert

RGB170173135-
CMYK0.0200.220.32
HSL64.74º18.81%60.39%-
HSV(B)64.74º21.97%67.84%-
XYZ35.8940.1828.79-
YUV167.77109.51129.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.56%
GREEN value IS 173 (67.97% from 255) = 36.19%
BLUE value IS 135 (53.12% from 255) = 28.24%
R=35.56%
G=36.19%
B=28.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701731350.0200.220.3264.7418.8160.39
HexAAAD8720162041133c
Octal2522552072026401012374
Binary10101010101011011000011110010110100000100000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAD87; }

 p { color: rgb(170,173,135); }

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

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

 a { background-color: rgb(170,173,135); }

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

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

 span { border-color: rgb(170,173,135); }

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