#AA8939

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

Shades of Alpine #AA8939

Tints of Alpine #AA8939

Color information

#AA8939 (or 0xAA8939) is unknown color: approx Alpine. HEX triplet: AA, 89 and 39. RGB value is (170,137,57). Sum of RGB (Red+Green+Blue) = 170+137+57=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8939 is #5576C6. Grayscale: #8A8A8A. Windows color (decimal): -5600967 or 3770794. OLE color: 3770794.

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

Color convert

RGB17013757-
CMYK00.190.660.33
HSL42.48º49.78%44.51%-
HSV(B)42.48º66.47%66.67%-
XYZ26.2626.737.65-
YUV137.7582.43151-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 137 (53.91% from 255) = 37.64%
BLUE value IS 57 (22.66% from 255) = 15.66%
R=46.70%
G=37.64%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701375700.190.660.3342.4849.7844.51
HexAA893901342212a322d
Octal2522117102310241526255
Binary10101010100010011110010100111000010100001101010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8939; }

 p { color: rgb(170,137,57); }

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

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

 a { background-color: rgb(170,137,57); }

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

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

 span { border-color: rgb(170,137,57); }

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