#A07E39

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

Shades of Alpine #A07E39

Tints of Alpine #A07E39

Color information

#A07E39 (or 0xA07E39) is unknown color: approx Alpine. HEX triplet: A0, 7E and 39. RGB value is (160,126,57). Sum of RGB (Red+Green+Blue) = 160+126+57=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07E39 is #5F81C6. Grayscale: #808080. Windows color (decimal): -6259143 or 3767968. OLE color: 3767968.

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

Color convert

RGB16012657-
CMYK00.210.640.37
HSL40.19º47.47%42.55%-
HSV(B)40.19º64.38%62.75%-
XYZ22.722.697.05-
YUV128.387.76150.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.65%
GREEN value IS 126 (49.61% from 255) = 36.73%
BLUE value IS 57 (22.66% from 255) = 16.62%
R=46.65%
G=36.73%
B=16.62%

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
Decimal1601265700.210.640.3740.1947.4742.55
HexA07E390154025282f2b
Octal2401767102510045505753
Binary1010000011111101110010101011000000100101101000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07E39; }

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

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

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

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

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

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

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

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