#A17F3D

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

Shades of Alpine #A17F3D

Tints of Alpine #A17F3D

Color information

#A17F3D (or 0xA17F3D) is unknown color: approx Alpine. HEX triplet: A1, 7F and 3D. RGB value is (161,127,61). Sum of RGB (Red+Green+Blue) = 161+127+61=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A17F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17F3D is #5E80C2. Grayscale: #818181. Windows color (decimal): -6193347 or 4030369. OLE color: 4030369.

HSL color Cylindrical-coordinate representation of color #A17F3D: hue angle of 39.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A17F3D is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB16112761-
CMYK00.210.620.37
HSL39.6º45.05%43.53%-
HSV(B)39.6º62.11%63.14%-
XYZ23.1323.097.65-
YUV129.6489.26150.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 127 (50% from 255) = 36.39%
BLUE value IS 61 (24.22% from 255) = 17.48%
R=46.13%
G=36.39%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611276100.210.620.3739.645.0543.53
HexA17F3D0153E25282d2c
Octal241177750257645505554
Binary101000011111111111101010101111110100101101000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17F3D; }

 p { color: rgb(161,127,61); }

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

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

 a { background-color: rgb(161,127,61); }

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

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

 span { border-color: rgb(161,127,61); }

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