#A07E61

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

Shades of Sorrell Brown #A07E61

Tints of Sorrell Brown #A07E61

Color information

#A07E61 (or 0xA07E61) is unknown color: approx Sorrell Brown. HEX triplet: A0, 7E and 61. RGB value is (160,126,97). Sum of RGB (Red+Green+Blue) = 160+126+97=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E61 is #5F819E. Grayscale: #858585. Windows color (decimal): -6259103 or 6389408. OLE color: 6389408.

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

Color convert

RGB16012697-
CMYK00.210.390.37
HSL27.62º24.9%50.39%-
HSV(B)27.62º39.38%62.75%-
XYZ24.1223.2614.53-
YUV132.86107.76147.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.78%
GREEN value IS 126 (49.61% from 255) = 32.90%
BLUE value IS 97 (38.28% from 255) = 25.33%
R=41.78%
G=32.90%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601269700.210.390.3727.6224.950.39
HexA07E6101527251c1932
Octal2401761410254745343162
Binary10100000111111011000010101011001111001011110011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07E61; }

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

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

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

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

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

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

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

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