#AA853F

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

Shades of Alpine #AA853F

Tints of Alpine #AA853F

Color information

#AA853F (or 0xAA853F) is unknown color: approx Alpine. HEX triplet: AA, 85 and 3F. RGB value is (170,133,63). Sum of RGB (Red+Green+Blue) = 170+133+63=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA853F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA853F is #557AC0. Grayscale: #888888. Windows color (decimal): -5601985 or 4162986. OLE color: 4162986.

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

Color convert

RGB17013363-
CMYK00.220.630.33
HSL39.25º45.92%45.69%-
HSV(B)39.25º62.94%66.67%-
XYZ25.8625.688.3-
YUV136.0886.76152.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 133 (52.34% from 255) = 36.34%
BLUE value IS 63 (25% from 255) = 17.21%
R=46.45%
G=36.34%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701336300.220.630.3339.2545.9245.69
HexAA853F0163F21272e2e
Octal252205770267741475656
Binary1010101010000101111111010110111111100001100111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA853F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA853F; }

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

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

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

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

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

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

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

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