#A07F60

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

Shades of Sorrell Brown #A07F60

Tints of Sorrell Brown #A07F60

Color information

#A07F60 (or 0xA07F60) is unknown color: approx Sorrell Brown. HEX triplet: A0, 7F and 60. RGB value is (160,127,96). Sum of RGB (Red+Green+Blue) = 160+127+96=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07F60 is #5F809F. Grayscale: #858585. Windows color (decimal): -6258848 or 6324128. OLE color: 6324128.

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

Color convert

RGB16012796-
CMYK00.210.40.37
HSL29.06º25.2%50.2%-
HSV(B)29.06º40%62.75%-
XYZ24.223.514.33-
YUV133.33106.93147.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.78%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 96 (37.89% from 255) = 25.07%
R=41.78%
G=33.16%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601279600.210.40.3729.0625.250.2
HexA07F6001528251d1932
Octal2401771400255045353162
Binary10100000111111111000000101011010001001011110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07F60; }

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

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

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

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

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

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

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

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