#a1803b

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

Shades of Alpine #A1803B

Tints of Alpine #A1803B

Color information

#A1803B (or 0xA1803B) is unknown color: approx Alpine. HEX triplet: A1, 80 and 3B. RGB value is (161,128,59). Sum of RGB (Red+Green+Blue) = 161+128+59=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A1803B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1803B is #5E7FC4. Grayscale: #828282. Windows color (decimal): -6193093 or 3899553. OLE color: 3899553.

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

Color convert

RGB16112859-
CMYK00.200.630.37
HSL40.59º46.36%43.14%-
HSV(B)40.59º63.35%63.14%-
XYZ23.2123.337.42-
YUV13087.93150.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 128 (50.39% from 255) = 36.78%
BLUE value IS 59 (23.44% from 255) = 16.95%
R=46.26%
G=36.78%
B=16.95%

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
Decimal1611285900.200.630.3740.5946.3643.14
HexA1803B0143F25292e2b
Octal241200730247745515653
Binary1010000110000000111011010100111111100101101001101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1803b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1803b; }

 p { color: rgb(161,128,59); }

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

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

 a { background-color: rgb(161,128,59); }

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

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

 span { border-color: rgb(161,128,59); }

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