#AAAC87

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

Shades of Bud #AAAC87

Tints of Bud #AAAC87

Color information

#AAAC87 (or 0xAAAC87) is unknown color: approx Bud. HEX triplet: AA, AC and 87. RGB value is (170,172,135). Sum of RGB (Red+Green+Blue) = 170+172+135=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 135 (53.12% from 255 or 28.30% from 477); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC87 is #555378. Grayscale: #A7A7A7. Windows color (decimal): -5591929 or 8891562. OLE color: 8891562.

HSL color Cylindrical-coordinate representation of color #AAAC87: hue angle of 63.24º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAAC87 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB170172135-
CMYK0.0100.220.33
HSL63.24º18.23%60.2%-
HSV(B)63.24º21.51%67.45%-
XYZ35.739.828.72-
YUV167.18109.84130.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.64%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 135 (53.12% from 255) = 28.30%
R=35.64%
G=36.06%
B=28.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701721350.0100.220.3363.2418.2360.2
HexAAAC871016213f123c
Octal252254207102641772274
Binary101010101010110010000111101011010000111111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC87; }

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

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

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

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

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

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

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

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