#AA863F

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

Shades of Alpine #AA863F

Tints of Alpine #AA863F

Color information

#AA863F (or 0xAA863F) is unknown color: approx Alpine. HEX triplet: AA, 86 and 3F. RGB value is (170,134,63). Sum of RGB (Red+Green+Blue) = 170+134+63=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA863F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA863F is #5579C0. Grayscale: #888888. Windows color (decimal): -5601729 or 4163242. OLE color: 4163242.

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

Color convert

RGB17013463-
CMYK00.210.630.33
HSL39.81º45.92%45.69%-
HSV(B)39.81º62.94%66.67%-
XYZ2625.968.34-
YUV136.6786.43151.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 63 (25% from 255) = 17.17%
R=46.32%
G=36.51%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701346300.210.630.3339.8145.9245.69
HexAA863F0153F21282e2e
Octal252206770257741505656
Binary1010101010000110111111010101111111100001101000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA863F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA863F; }

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

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

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

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

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

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

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

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