#AA863E

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

Shades of Alpine #AA863E

Tints of Alpine #AA863E

Color information

#AA863E (or 0xAA863E) is unknown color: approx Alpine. HEX triplet: AA, 86 and 3E. RGB value is (170,134,62). Sum of RGB (Red+Green+Blue) = 170+134+62=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA863E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA863E is #5579C1. Grayscale: #888888. Windows color (decimal): -5601730 or 4097706. OLE color: 4097706.

HSL color Cylindrical-coordinate representation of color #AA863E: hue angle of 40º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA863E is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB17013462-
CMYK00.210.640.33
HSL40º46.55%45.49%-
HSV(B)40º63.53%66.67%-
XYZ25.9725.948.2-
YUV136.5685.93151.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.45%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 62 (24.61% from 255) = 16.94%
R=46.45%
G=36.61%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701346200.210.640.334046.5545.49
HexAA863E0154021282f2d
Octal2522067602510041505755
Binary10101010100001101111100101011000000100001101000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA863E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA863E; }

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

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

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

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

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

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

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

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