#A07E62

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

Shades of Sorrell Brown #A07E62

Tints of Sorrell Brown #A07E62

Color information

#A07E62 (or 0xA07E62) is unknown color: approx Sorrell Brown. HEX triplet: A0, 7E and 62. RGB value is (160,126,98). Sum of RGB (Red+Green+Blue) = 160+126+98=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E62 is #5F819D. Grayscale: #858585. Windows color (decimal): -6259102 or 6454944. OLE color: 6454944.

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

Color convert

RGB16012698-
CMYK00.210.390.37
HSL27.1º24.6%50.59%-
HSV(B)27.1º38.75%62.75%-
XYZ24.1623.2814.77-
YUV132.97108.26147.28-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.67%
GREEN value IS 126 (49.61% from 255) = 32.81%
BLUE value IS 98 (38.67% from 255) = 25.52%
R=41.67%
G=32.81%
B=25.52%

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
Decimal1601269800.210.390.3727.124.650.59
HexA07E6201527251b1933
Octal2401761420254745333163
Binary10100000111111011000100101011001111001011101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07E62; }

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

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

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

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

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

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

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

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