#AA8740

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

Shades of Alpine #AA8740

Tints of Alpine #AA8740

Color information

#AA8740 (or 0xAA8740) is unknown color: approx Alpine. HEX triplet: AA, 87 and 40. RGB value is (170,135,64). Sum of RGB (Red+Green+Blue) = 170+135+64=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8740 is #5578BF. Grayscale: #898989. Windows color (decimal): -5601472 or 4229034. OLE color: 4229034.

HSL color Cylindrical-coordinate representation of color #AA8740: hue angle of 40.19º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA8740 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB17013564-
CMYK00.210.620.33
HSL40.19º45.3%45.88%-
HSV(B)40.19º62.35%66.67%-
XYZ26.1726.248.54-
YUV137.3786.6151.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 135 (53.12% from 255) = 36.59%
BLUE value IS 64 (25.39% from 255) = 17.34%
R=46.07%
G=36.59%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701356400.210.620.3340.1945.345.88
HexAA87400153E21282d2e
Octal2522071000257641505556
Binary10101010100001111000000010101111110100001101000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8740; }

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

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

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

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

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

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

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

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