#A18140

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

Shades of Alpine #A18140

Tints of Alpine #A18140

Color information

#A18140 (or 0xA18140) is unknown color: approx Alpine. HEX triplet: A1, 81 and 40. RGB value is (161,129,64). Sum of RGB (Red+Green+Blue) = 161+129+64=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A18140 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18140 is #5E7EBF. Grayscale: #838383. Windows color (decimal): -6192832 or 4227489. OLE color: 4227489.

HSL color Cylindrical-coordinate representation of color #A18140: hue angle of 40.21º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A18140 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB16112964-
CMYK00.200.600.37
HSL40.21º43.11%44.12%-
HSV(B)40.21º60.25%63.14%-
XYZ23.4723.658.18-
YUV131.1690.1149.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.48%
GREEN value IS 129 (50.78% from 255) = 36.44%
BLUE value IS 64 (25.39% from 255) = 18.08%
R=45.48%
G=36.44%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611296400.200.600.3740.2143.1144.12
HexA181400143C25282b2c
Octal2412011000247445505354
Binary10100001100000011000000010100111100100101101000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18140; }

 p { color: rgb(161,129,64); }

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

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

 a { background-color: rgb(161,129,64); }

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

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

 span { border-color: rgb(161,129,64); }

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