#A17D3E

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

Shades of Alpine #A17D3E

Tints of Alpine #A17D3E

Color information

#A17D3E (or 0xA17D3E) is unknown color: approx Alpine. HEX triplet: A1, 7D and 3E. RGB value is (161,125,62). Sum of RGB (Red+Green+Blue) = 161+125+62=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A17D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17D3E is #5E82C1. Grayscale: #808080. Windows color (decimal): -6193858 or 4095393. OLE color: 4095393.

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

Color convert

RGB16112562-
CMYK00.220.610.37
HSL38.18º44.39%43.73%-
HSV(B)38.18º61.49%63.14%-
XYZ22.922.597.71-
YUV128.5890.43151.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.26%
GREEN value IS 125 (49.22% from 255) = 35.92%
BLUE value IS 62 (24.61% from 255) = 17.82%
R=46.26%
G=35.92%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611256200.220.610.3738.1844.3943.73
HexA17D3E0163D25262c2c
Octal241175760267545465454
Binary101000011111101111110010110111101100101100110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A17D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A17D3E; }

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

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

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

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

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

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

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

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