#AA803F

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

Shades of Alpine #AA803F

Tints of Alpine #AA803F

Color information

#AA803F (or 0xAA803F) is unknown color: approx Alpine. HEX triplet: AA, 80 and 3F. RGB value is (170,128,63). Sum of RGB (Red+Green+Blue) = 170+128+63=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA803F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA803F is #557FC0. Grayscale: #858585. Windows color (decimal): -5603265 or 4161706. OLE color: 4161706.

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

Color convert

RGB17012863-
CMYK00.250.630.33
HSL36.45º45.92%45.69%-
HSV(B)36.45º62.94%66.67%-
XYZ25.1924.348.07-
YUV133.1588.41154.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 128 (50.39% from 255) = 35.46%
BLUE value IS 63 (25% from 255) = 17.45%
R=47.09%
G=35.46%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701286300.250.630.3336.4545.9245.69
HexAA803F0193F21242e2e
Octal252200770317741445656
Binary1010101010000000111111011001111111100001100100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA803F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA803F; }

 p { color: rgb(170,128,63); }

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

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

 a { background-color: rgb(170,128,63); }

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

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

 span { border-color: rgb(170,128,63); }

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