#AA8442

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

Shades of Alpine #AA8442

Tints of Alpine #AA8442

Color information

#AA8442 (or 0xAA8442) is unknown color: approx Alpine. HEX triplet: AA, 84 and 42. RGB value is (170,132,66). Sum of RGB (Red+Green+Blue) = 170+132+66=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8442 is #557BBD. Grayscale: #888888. Windows color (decimal): -5602238 or 4359338. OLE color: 4359338.

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

Color convert

RGB17013266-
CMYK00.220.610.33
HSL38.08º44.07%46.27%-
HSV(B)38.08º61.18%66.67%-
XYZ25.8125.448.7-
YUV135.8488.59152.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.20%
GREEN value IS 132 (51.95% from 255) = 35.87%
BLUE value IS 66 (26.17% from 255) = 17.93%
R=46.20%
G=35.87%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701326600.220.610.3338.0844.0746.27
HexAA84420163D21262c2e
Octal2522041020267541465456
Binary10101010100001001000010010110111101100001100110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8442; }

 p { color: rgb(170,132,66); }

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

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

 a { background-color: rgb(170,132,66); }

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

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

 span { border-color: rgb(170,132,66); }

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