#A37F3B

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

Shades of Alpine #A37F3B

Tints of Alpine #A37F3B

Color information

#A37F3B (or 0xA37F3B) is unknown color: approx Alpine. HEX triplet: A3, 7F and 3B. RGB value is (163,127,59). Sum of RGB (Red+Green+Blue) = 163+127+59=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37F3B is #5C80C4. Grayscale: #828282. Windows color (decimal): -6062277 or 3899299. OLE color: 3899299.

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

Color convert

RGB16312759-
CMYK00.220.640.36
HSL39.23º46.85%43.53%-
HSV(B)39.23º63.8%63.92%-
XYZ23.4823.287.39-
YUV130.0187.93151.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.70%
GREEN value IS 127 (50% from 255) = 36.39%
BLUE value IS 59 (23.44% from 255) = 16.91%
R=46.70%
G=36.39%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631275900.220.640.3639.2346.8543.53
HexA37F3B0164024272f2c
Octal2431777302610044475754
Binary1010001111111111110110101101000000100100100111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37F3B; }

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

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

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

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

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

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

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

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