#A47F3B

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

Shades of Alpine #A47F3B

Tints of Alpine #A47F3B

Color information

#A47F3B (or 0xA47F3B) is unknown color: approx Alpine. HEX triplet: A4, 7F and 3B. RGB value is (164,127,59). Sum of RGB (Red+Green+Blue) = 164+127+59=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47F3B is #5B80C4. Grayscale: #828282. Windows color (decimal): -5996741 or 3899300. OLE color: 3899300.

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

Color convert

RGB16412759-
CMYK00.230.640.36
HSL38.86º47.09%43.73%-
HSV(B)38.86º64.02%64.31%-
XYZ23.6923.397.4-
YUV130.3187.76152.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.86%
GREEN value IS 127 (50% from 255) = 36.29%
BLUE value IS 59 (23.44% from 255) = 16.86%
R=46.86%
G=36.29%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641275900.230.640.3638.8647.0943.73
HexA47F3B0174024272f2c
Octal2441777302710044475754
Binary1010010011111111110110101111000000100100100111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47F3B; }

 p { color: rgb(164,127,59); }

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

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

 a { background-color: rgb(164,127,59); }

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

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

 span { border-color: rgb(164,127,59); }

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