#A18037

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

Shades of Alpine #A18037

Tints of Alpine #A18037

Color information

#A18037 (or 0xA18037) is unknown color: approx Alpine. HEX triplet: A1, 80 and 37. RGB value is (161,128,55). Sum of RGB (Red+Green+Blue) = 161+128+55=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A18037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18037 is #5E7FC8. Grayscale: #818181. Windows color (decimal): -6193097 or 3637409. OLE color: 3637409.

HSL color Cylindrical-coordinate representation of color #A18037: hue angle of 41.32º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A18037 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB16112855-
CMYK00.200.660.37
HSL41.32º49.07%42.35%-
HSV(B)41.32º65.84%63.14%-
XYZ23.1123.296.89-
YUV129.5485.93150.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.80%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 55 (21.88% from 255) = 15.99%
R=46.80%
G=37.21%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611285500.200.660.3741.3249.0742.35
HexA18037014422529312a
Octal2412006702410245516152
Binary10100001100000001101110101001000010100101101001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18037; }

 p { color: rgb(161,128,55); }

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

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

 a { background-color: rgb(161,128,55); }

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

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

 span { border-color: rgb(161,128,55); }

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