#A07F37

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

Shades of Alpine #A07F37

Tints of Alpine #A07F37

Color information

#A07F37 (or 0xA07F37) is unknown color: approx Alpine. HEX triplet: A0, 7F and 37. RGB value is (160,127,55). Sum of RGB (Red+Green+Blue) = 160+127+55=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07F37 is #5F80C8. Grayscale: #808080. Windows color (decimal): -6258889 or 3637152. OLE color: 3637152.

HSL color Cylindrical-coordinate representation of color #A07F37: hue angle of 41.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A07F37 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB16012755-
CMYK00.210.660.37
HSL41.14º48.84%42.16%-
HSV(B)41.14º65.62%62.75%-
XYZ22.7822.936.84-
YUV128.6686.43150.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.78%
GREEN value IS 127 (50% from 255) = 37.13%
BLUE value IS 55 (21.88% from 255) = 16.08%
R=46.78%
G=37.13%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601275500.210.660.3741.1448.8442.16
HexA07F37015422529312a
Octal2401776702510245516152
Binary1010000011111111101110101011000010100101101001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07F37; }

 p { color: rgb(160,127,55); }

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

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

 a { background-color: rgb(160,127,55); }

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

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

 span { border-color: rgb(160,127,55); }

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