#A07F39

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

Shades of Alpine #A07F39

Tints of Alpine #A07F39

Color information

#A07F39 (or 0xA07F39) is unknown color: approx Alpine. HEX triplet: A0, 7F and 39. RGB value is (160,127,57). Sum of RGB (Red+Green+Blue) = 160+127+57=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 57 (22.66% from 255 or 16.57% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07F39 is #5F80C6. Grayscale: #818181. Windows color (decimal): -6258887 or 3768224. OLE color: 3768224.

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

Color convert

RGB16012757-
CMYK00.210.640.37
HSL40.78º47.47%42.55%-
HSV(B)40.78º64.38%62.75%-
XYZ22.8322.957.1-
YUV128.8987.43150.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.51%
GREEN value IS 127 (50% from 255) = 36.92%
BLUE value IS 57 (22.66% from 255) = 16.57%
R=46.51%
G=36.92%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601275700.210.640.3740.7847.4742.55
HexA07F390154025292f2b
Octal2401777102510045515753
Binary1010000011111111110010101011000000100101101001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07F39; }

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

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

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

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

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

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

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

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