#AA8840

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

Shades of Alpine #AA8840

Tints of Alpine #AA8840

Color information

#AA8840 (or 0xAA8840) is unknown color: approx Alpine. HEX triplet: AA, 88 and 40. RGB value is (170,136,64). Sum of RGB (Red+Green+Blue) = 170+136+64=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8840 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8840 is #5577BF. Grayscale: #8A8A8A. Windows color (decimal): -5601216 or 4229290. OLE color: 4229290.

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

Color convert

RGB17013664-
CMYK00.200.620.33
HSL40.75º45.3%45.88%-
HSV(B)40.75º62.35%66.67%-
XYZ26.3126.528.58-
YUV137.9686.26150.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.95%
GREEN value IS 136 (53.52% from 255) = 36.76%
BLUE value IS 64 (25.39% from 255) = 17.30%
R=45.95%
G=36.76%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701366400.200.620.3340.7545.345.88
HexAA88400143E21292d2e
Octal2522101000247641515556
Binary10101010100010001000000010100111110100001101001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8840; }

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

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

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

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

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

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

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

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