#A17C3E

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

Shades of Alpine #A17C3E

Tints of Alpine #A17C3E

Color information

#A17C3E (or 0xA17C3E) is unknown color: approx Alpine. HEX triplet: A1, 7C and 3E. RGB value is (161,124,62). Sum of RGB (Red+Green+Blue) = 161+124+62=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 62 (24.61% from 255 or 17.87% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17C3E is #5E83C1. Grayscale: #808080. Windows color (decimal): -6194114 or 4095137. OLE color: 4095137.

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

Color convert

RGB16112462-
CMYK00.230.610.37
HSL37.58º44.39%43.73%-
HSV(B)37.58º61.49%63.14%-
XYZ22.7822.347.67-
YUV127.9990.76151.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.40%
GREEN value IS 124 (48.83% from 255) = 35.73%
BLUE value IS 62 (24.61% from 255) = 17.87%
R=46.40%
G=35.73%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611246200.230.610.3737.5844.3943.73
HexA17C3E0173D25262c2c
Octal241174760277545465454
Binary101000011111100111110010111111101100101100110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17C3E; }

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

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

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

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

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

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

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

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