#aa8541

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

Shades of Alpine #AA8541

Tints of Alpine #AA8541

Color information

#AA8541 (or 0xAA8541) is unknown color: approx Alpine. HEX triplet: AA, 85 and 41. RGB value is (170,133,65). Sum of RGB (Red+Green+Blue) = 170+133+65=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8541 is #557ABE. Grayscale: #888888. Windows color (decimal): -5601983 or 4294058. OLE color: 4294058.

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

Color convert

RGB17013365-
CMYK00.220.620.33
HSL38.86º44.68%46.08%-
HSV(B)38.86º61.76%66.67%-
XYZ25.9225.78.6-
YUV136.3187.76152.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 65 (25.78% from 255) = 17.66%
R=46.20%
G=36.14%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701336500.220.620.3338.8644.6846.08
HexAA85410163E21272d2e
Octal2522051010267641475556
Binary10101010100001011000001010110111110100001100111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa8541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa8541; }

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

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

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

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

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

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

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

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