#A98039

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

Shades of Alpine #A98039

Tints of Alpine #A98039

Color information

#A98039 (or 0xA98039) is unknown color: approx Alpine. HEX triplet: A9, 80 and 39. RGB value is (169,128,57). Sum of RGB (Red+Green+Blue) = 169+128+57=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 57 (22.66% from 255 or 16.10% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A98039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A98039 is #567FC6. Grayscale: #848484. Windows color (decimal): -5668807 or 3768489. OLE color: 3768489.

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

Color convert

RGB16912857-
CMYK00.240.660.34
HSL38.04º49.56%44.31%-
HSV(B)38.04º66.27%66.27%-
XYZ24.8224.177.23-
YUV132.1685.58154.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.74%
GREEN value IS 128 (50.39% from 255) = 36.16%
BLUE value IS 57 (22.66% from 255) = 16.10%
R=47.74%
G=36.16%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691285700.240.660.3438.0449.5644.31
HexA98039018422226322c
Octal2512007103010242466254
Binary10101001100000001110010110001000010100010100110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98039; }

 p { color: rgb(169,128,57); }

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

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

 a { background-color: rgb(169,128,57); }

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

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

 span { border-color: rgb(169,128,57); }

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