#AA813D

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

Shades of Alpine #AA813D

Tints of Alpine #AA813D

Color information

#AA813D (or 0xAA813D) is unknown color: approx Alpine. HEX triplet: AA, 81 and 3D. RGB value is (170,129,61). Sum of RGB (Red+Green+Blue) = 170+129+61=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA813D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA813D is #557EC2. Grayscale: #858585. Windows color (decimal): -5603011 or 4030890. OLE color: 4030890.

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

Color convert

RGB17012961-
CMYK00.240.640.33
HSL37.43º47.19%45.29%-
HSV(B)37.43º64.12%66.67%-
XYZ25.2724.587.83-
YUV133.5187.08154.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 61 (24.22% from 255) = 16.94%
R=47.22%
G=35.83%
B=16.94%

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
Decimal1701296100.240.640.3337.4347.1945.29
HexAA813D0184021252f2d
Octal2522017503010041455755
Binary10101010100000011111010110001000000100001100101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA813D; }

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

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

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

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

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

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

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

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