#a17e3a

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

Shades of Alpine #A17E3A

Tints of Alpine #A17E3A

Color information

#A17E3A (or 0xA17E3A) is unknown color: approx Alpine. HEX triplet: A1, 7E and 3A. RGB value is (161,126,58). Sum of RGB (Red+Green+Blue) = 161+126+58=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A17E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17E3A is #5E81C5. Grayscale: #818181. Windows color (decimal): -6193606 or 3833505. OLE color: 3833505.

HSL color Cylindrical-coordinate representation of color #A17E3A: hue angle of 39.61º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A17E3A is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB16112658-
CMYK00.220.640.37
HSL39.61º47.03%42.94%-
HSV(B)39.61º63.98%63.14%-
XYZ22.9222.87.2-
YUV128.7188.1151.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.67%
GREEN value IS 126 (49.61% from 255) = 36.52%
BLUE value IS 58 (23.05% from 255) = 16.81%
R=46.67%
G=36.52%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611265800.220.640.3739.6147.0342.94
HexA17E3A0164025282f2b
Octal2411767202610045505753
Binary1010000111111101110100101101000000100101101000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a17e3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a17e3a; }

 p { color: rgb(161,126,58); }

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

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

 a { background-color: rgb(161,126,58); }

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

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

 span { border-color: rgb(161,126,58); }

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