#AA813E

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

Shades of Alpine #AA813E

Tints of Alpine #AA813E

Color information

#AA813E (or 0xAA813E) is unknown color: approx Alpine. HEX triplet: AA, 81 and 3E. RGB value is (170,129,62). Sum of RGB (Red+Green+Blue) = 170+129+62=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA813E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA813E is #557EC1. Grayscale: #858585. Windows color (decimal): -5603010 or 4096426. OLE color: 4096426.

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

Color convert

RGB17012962-
CMYK00.240.640.33
HSL37.22º46.55%45.49%-
HSV(B)37.22º63.53%66.67%-
XYZ25.324.597.97-
YUV133.6287.58153.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 129 (50.78% from 255) = 35.73%
BLUE value IS 62 (24.61% from 255) = 17.17%
R=47.09%
G=35.73%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701296200.240.640.3337.2246.5545.49
HexAA813E0184021252f2d
Octal2522017603010041455755
Binary10101010100000011111100110001000000100001100101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA813E; }

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

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

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

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

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

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

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

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