#AA803A

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

Shades of Alpine #AA803A

Tints of Alpine #AA803A

Color information

#AA803A (or 0xAA803A) is unknown color: approx Alpine. HEX triplet: AA, 80 and 3A. RGB value is (170,128,58). Sum of RGB (Red+Green+Blue) = 170+128+58=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA803A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA803A is #557FC5. Grayscale: #848484. Windows color (decimal): -5603270 or 3834026. OLE color: 3834026.

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

Color convert

RGB17012858-
CMYK00.250.660.33
HSL37.5º49.12%44.71%-
HSV(B)37.5º65.88%66.67%-
XYZ25.0624.297.37-
YUV132.5885.91154.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.75%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 58 (23.05% from 255) = 16.29%
R=47.75%
G=35.96%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701285800.250.660.3337.549.1244.71
HexAA803A019422126312d
Octal2522007203110241466155
Binary10101010100000001110100110011000010100001100110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA803A; }

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

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

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

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

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

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

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

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