#AA8038

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

Shades of Alpine #AA8038

Tints of Alpine #AA8038

Color information

#AA8038 (or 0xAA8038) is unknown color: approx Alpine. HEX triplet: AA, 80 and 38. RGB value is (170,128,56). Sum of RGB (Red+Green+Blue) = 170+128+56=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 56 (22.27% from 255 or 15.82% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8038 is #557FC7. Grayscale: #848484. Windows color (decimal): -5603272 or 3702954. OLE color: 3702954.

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

Color convert

RGB17012856-
CMYK00.250.670.33
HSL37.89º50.44%44.31%-
HSV(B)37.89º67.06%66.67%-
XYZ25.0124.277.11-
YUV132.3584.91154.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.02%
GREEN value IS 128 (50.39% from 255) = 36.16%
BLUE value IS 56 (22.27% from 255) = 15.82%
R=48.02%
G=36.16%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701285600.250.670.3337.8950.4444.31
HexAA8038019432126322c
Octal2522007003110341466254
Binary10101010100000001110000110011000011100001100110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8038; }

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

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

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

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

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

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

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

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