#A47C3D

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

Shades of Alpine #A47C3D

Tints of Alpine #A47C3D

Color information

#A47C3D (or 0xA47C3D) is unknown color: approx Alpine. HEX triplet: A4, 7C and 3D. RGB value is (164,124,61). Sum of RGB (Red+Green+Blue) = 164+124+61=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A47C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47C3D is #5B83C2. Grayscale: #818181. Windows color (decimal): -5997507 or 4029604. OLE color: 4029604.

HSL color Cylindrical-coordinate representation of color #A47C3D: hue angle of 36.7º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A47C3D is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB16412461-
CMYK00.240.630.36
HSL36.7º45.78%44.12%-
HSV(B)36.7º62.8%64.31%-
XYZ23.3622.647.55-
YUV128.7889.75153.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.99%
GREEN value IS 124 (48.83% from 255) = 35.53%
BLUE value IS 61 (24.22% from 255) = 17.48%
R=46.99%
G=35.53%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641246100.240.630.3636.745.7844.12
HexA47C3D0183F24252e2c
Octal244174750307744455654
Binary101001001111100111101011000111111100100100101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47C3D; }

 p { color: rgb(164,124,61); }

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

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

 a { background-color: rgb(164,124,61); }

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

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

 span { border-color: rgb(164,124,61); }

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