#A17C3F

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

Shades of Alpine #A17C3F

Tints of Alpine #A17C3F

Color information

#A17C3F (or 0xA17C3F) is unknown color: approx Alpine. HEX triplet: A1, 7C and 3F. RGB value is (161,124,63). Sum of RGB (Red+Green+Blue) = 161+124+63=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A17C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17C3F is #5E83C0. Grayscale: #808080. Windows color (decimal): -6194113 or 4160673. OLE color: 4160673.

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

Color convert

RGB16112463-
CMYK00.230.610.37
HSL37.35º43.75%43.92%-
HSV(B)37.35º60.87%63.14%-
XYZ22.822.357.82-
YUV128.1191.26151.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 124 (48.83% from 255) = 35.63%
BLUE value IS 63 (25% from 255) = 18.10%
R=46.26%
G=35.63%
B=18.10%

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
Decimal1611246300.230.610.3737.3543.7543.92
HexA17C3F0173D25252c2c
Octal241174770277545455454
Binary101000011111100111111010111111101100101100101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17C3F; }

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

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

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

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

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

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

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

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