#A07E5C

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

Shades of Sorrell Brown #A07E5C

Tints of Sorrell Brown #A07E5C

Color information

#A07E5C (or 0xA07E5C) is unknown color: approx Sorrell Brown. HEX triplet: A0, 7E and 5C. RGB value is (160,126,92). Sum of RGB (Red+Green+Blue) = 160+126+92=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07E5C is #5F81A3. Grayscale: #848484. Windows color (decimal): -6259108 or 6061728. OLE color: 6061728.

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

Color convert

RGB16012692-
CMYK00.210.430.37
HSL30º26.98%49.41%-
HSV(B)30º42.5%62.75%-
XYZ23.8923.1713.34-
YUV132.29105.26147.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.33%
GREEN value IS 126 (49.61% from 255) = 33.33%
BLUE value IS 92 (36.33% from 255) = 24.34%
R=42.33%
G=33.33%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601269200.210.430.373026.9849.41
HexA07E5C0152B251e1b31
Octal2401761340255345363361
Binary10100000111111010111000101011010111001011111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07E5C; }

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

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

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

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

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

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

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

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