#A1813C

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

Shades of Alpine #A1813C

Tints of Alpine #A1813C

Color information

#A1813C (or 0xA1813C) is unknown color: approx Alpine. HEX triplet: A1, 81 and 3C. RGB value is (161,129,60). Sum of RGB (Red+Green+Blue) = 161+129+60=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A1813C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1813C is #5E7EC3. Grayscale: #838383. Windows color (decimal): -6192836 or 3965345. OLE color: 3965345.

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

Color convert

RGB16112960-
CMYK00.200.630.37
HSL40.99º45.7%43.33%-
HSV(B)40.99º62.73%63.14%-
XYZ23.3623.67.6-
YUV130.788.1149.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46%
GREEN value IS 129 (50.78% from 255) = 36.86%
BLUE value IS 60 (23.83% from 255) = 17.14%
R=46%
G=36.86%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611296000.200.630.3740.9945.743.33
HexA1813C0143F25292e2b
Octal241201740247745515653
Binary1010000110000001111100010100111111100101101001101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1813C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1813C; }

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

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

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

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

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

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

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

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