#AA803B

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

Shades of Alpine #AA803B

Tints of Alpine #AA803B

Color information

#AA803B (or 0xAA803B) is unknown color: approx Alpine. HEX triplet: AA, 80 and 3B. RGB value is (170,128,59). Sum of RGB (Red+Green+Blue) = 170+128+59=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA803B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA803B is #557FC4. Grayscale: #858585. Windows color (decimal): -5603269 or 3899562. OLE color: 3899562.

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

Color convert

RGB17012859-
CMYK00.250.650.33
HSL37.3º48.47%44.9%-
HSV(B)37.3º65.29%66.67%-
XYZ25.0924.37.51-
YUV132.6986.41154.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 128 (50.39% from 255) = 35.85%
BLUE value IS 59 (23.44% from 255) = 16.53%
R=47.62%
G=35.85%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701285900.250.650.3337.348.4744.9
HexAA803B019412125302d
Octal2522007303110141456055
Binary10101010100000001110110110011000001100001100101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA803B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA803B; }

 p { color: rgb(170,128,59); }

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

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

 a { background-color: rgb(170,128,59); }

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

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

 span { border-color: rgb(170,128,59); }

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