#AA813A

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

Shades of Alpine #AA813A

Tints of Alpine #AA813A

Color information

#AA813A (or 0xAA813A) is unknown color: approx Alpine. HEX triplet: AA, 81 and 3A. RGB value is (170,129,58). Sum of RGB (Red+Green+Blue) = 170+129+58=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA813A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA813A is #557EC5. Grayscale: #858585. Windows color (decimal): -5603014 or 3834282. OLE color: 3834282.

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

Color convert

RGB17012958-
CMYK00.240.660.33
HSL38.04º49.12%44.71%-
HSV(B)38.04º65.88%66.67%-
XYZ25.1924.557.41-
YUV133.1685.58154.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 58 (23.05% from 255) = 16.25%
R=47.62%
G=36.13%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701295800.240.660.3338.0449.1244.71
HexAA813A018422126312d
Octal2522017203010241466155
Binary10101010100000011110100110001000010100001100110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA813A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA813A; }

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

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

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

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

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

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

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

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