#A37D3B

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

Shades of Alpine #A37D3B

Tints of Alpine #A37D3B

Color information

#A37D3B (or 0xA37D3B) is unknown color: approx Alpine. HEX triplet: A3, 7D and 3B. RGB value is (163,125,59). Sum of RGB (Red+Green+Blue) = 163+125+59=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37D3B is #5C82C4. Grayscale: #818181. Windows color (decimal): -6062789 or 3898787. OLE color: 3898787.

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

Color convert

RGB16312559-
CMYK00.230.640.36
HSL38.08º46.85%43.53%-
HSV(B)38.08º63.8%63.92%-
XYZ23.2322.777.31-
YUV128.8488.59152.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.97%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 59 (23.44% from 255) = 17.00%
R=46.97%
G=36.02%
B=17.00%

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
Decimal1631255900.230.640.3638.0846.8543.53
HexA37D3B0174024262f2c
Octal2431757302710044465754
Binary1010001111111011110110101111000000100100100110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37D3B; }

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

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

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

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

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

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

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

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