#AA8141

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

Shades of Alpine #AA8141

Tints of Alpine #AA8141

Color information

#AA8141 (or 0xAA8141) is unknown color: approx Alpine. HEX triplet: AA, 81 and 41. RGB value is (170,129,65). Sum of RGB (Red+Green+Blue) = 170+129+65=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8141 is #557EBE. Grayscale: #868686. Windows color (decimal): -5603007 or 4293034. OLE color: 4293034.

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

Color convert

RGB17012965-
CMYK00.240.620.33
HSL36.57º44.68%46.08%-
HSV(B)36.57º61.76%66.67%-
XYZ25.3824.638.42-
YUV133.9689.08153.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 129 (50.78% from 255) = 35.44%
BLUE value IS 65 (25.78% from 255) = 17.86%
R=46.70%
G=35.44%
B=17.86%

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
Decimal1701296500.240.620.3336.5744.6846.08
HexAA81410183E21252d2e
Octal2522011010307641455556
Binary10101010100000011000001011000111110100001100101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8141; }

 p { color: rgb(170,129,65); }

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

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

 a { background-color: rgb(170,129,65); }

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

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

 span { border-color: rgb(170,129,65); }

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