#A1813F

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

Shades of Alpine #A1813F

Tints of Alpine #A1813F

Color information

#A1813F (or 0xA1813F) is unknown color: approx Alpine. HEX triplet: A1, 81 and 3F. RGB value is (161,129,63). Sum of RGB (Red+Green+Blue) = 161+129+63=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A1813F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1813F is #5E7EC0. Grayscale: #838383. Windows color (decimal): -6192833 or 4161953. OLE color: 4161953.

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

Color convert

RGB16112963-
CMYK00.200.610.37
HSL40.41º43.75%43.92%-
HSV(B)40.41º60.87%63.14%-
XYZ23.4523.648.03-
YUV131.0489.6149.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.61%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 63 (25% from 255) = 17.85%
R=45.61%
G=36.54%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611296300.200.610.3740.4143.7543.92
HexA1813F0143D25282c2c
Octal241201770247545505454
Binary1010000110000001111111010100111101100101101000101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1813F; }

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

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

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

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

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

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

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

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