#A18239

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

Shades of Alpine #A18239

Tints of Alpine #A18239

Color information

#A18239 (or 0xA18239) is unknown color: approx Alpine. HEX triplet: A1, 82 and 39. RGB value is (161,130,57). Sum of RGB (Red+Green+Blue) = 161+130+57=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 57 (22.66% from 255 or 16.38% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A18239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18239 is #5E7DC6. Grayscale: #838383. Windows color (decimal): -6192583 or 3768993. OLE color: 3768993.

HSL color Cylindrical-coordinate representation of color #A18239: hue angle of 42.12º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A18239 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB16113057-
CMYK00.190.650.37
HSL42.12º47.71%42.75%-
HSV(B)42.12º64.6%63.14%-
XYZ23.4223.847.24-
YUV130.9586.27149.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 130 (51.17% from 255) = 37.36%
BLUE value IS 57 (22.66% from 255) = 16.38%
R=46.26%
G=37.36%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611305700.190.650.3742.1247.7142.75
HexA1823901341252a302b
Octal2412027102310145526053
Binary10100001100000101110010100111000001100101101010110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18239; }

 p { color: rgb(161,130,57); }

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

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

 a { background-color: rgb(161,130,57); }

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

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

 span { border-color: rgb(161,130,57); }

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