#A07F3E

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

Shades of Alpine #A07F3E

Tints of Alpine #A07F3E

Color information

#A07F3E (or 0xA07F3E) is unknown color: approx Alpine. HEX triplet: A0, 7F and 3E. RGB value is (160,127,62). Sum of RGB (Red+Green+Blue) = 160+127+62=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07F3E is #5F80C1. Grayscale: #818181. Windows color (decimal): -6258882 or 4095904. OLE color: 4095904.

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

Color convert

RGB16012762-
CMYK00.210.610.37
HSL39.8º44.14%43.53%-
HSV(B)39.8º61.25%62.75%-
XYZ22.96237.79-
YUV129.4689.93149.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 127 (50% from 255) = 36.39%
BLUE value IS 62 (24.61% from 255) = 17.77%
R=45.85%
G=36.39%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601276200.210.610.3739.844.1443.53
HexA07F3E0153D25282c2c
Octal240177760257545505454
Binary101000001111111111110010101111101100101101000101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07F3E; }

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

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

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

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

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

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

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

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