#AA8240

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

Shades of Alpine #AA8240

Tints of Alpine #AA8240

Color information

#AA8240 (or 0xAA8240) is unknown color: approx Alpine. HEX triplet: AA, 82 and 40. RGB value is (170,130,64). Sum of RGB (Red+Green+Blue) = 170+130+64=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8240 is #557DBF. Grayscale: #868686. Windows color (decimal): -5602752 or 4227754. OLE color: 4227754.

HSL color Cylindrical-coordinate representation of color #AA8240: hue angle of 37.36º 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 #AA8240 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB17013064-
CMYK00.240.620.33
HSL37.36º45.3%45.88%-
HSV(B)37.36º62.35%66.67%-
XYZ25.4924.888.31-
YUV134.4488.25153.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 64 (25.39% from 255) = 17.58%
R=46.70%
G=35.71%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701306400.240.620.3337.3645.345.88
HexAA82400183E21252d2e
Octal2522021000307641455556
Binary10101010100000101000000011000111110100001100101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8240; }

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

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

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

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

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

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

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

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