#A1813E

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

Shades of Alpine #A1813E

Tints of Alpine #A1813E

Color information

#A1813E (or 0xA1813E) is unknown color: approx Alpine. HEX triplet: A1, 81 and 3E. RGB value is (161,129,62). Sum of RGB (Red+Green+Blue) = 161+129+62=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A1813E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1813E is #5E7EC1. Grayscale: #838383. Windows color (decimal): -6192834 or 4096417. OLE color: 4096417.

HSL color Cylindrical-coordinate representation of color #A1813E: hue angle of 40.61º 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 #A1813E is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB16112962-
CMYK00.200.610.37
HSL40.61º44.39%43.73%-
HSV(B)40.61º61.49%63.14%-
XYZ23.4223.637.88-
YUV130.9389.1149.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.74%
GREEN value IS 129 (50.78% from 255) = 36.65%
BLUE value IS 62 (24.61% from 255) = 17.61%
R=45.74%
G=36.65%
B=17.61%

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
Decimal1611296200.200.610.3740.6144.3943.73
HexA1813E0143D25292c2c
Octal241201760247545515454
Binary1010000110000001111110010100111101100101101001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1813E; }

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

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

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

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

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

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

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

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