#A08760

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

Shades of Sorrell Brown #A08760

Tints of Sorrell Brown #A08760

Color information

#A08760 (or 0xA08760) is unknown color: approx Sorrell Brown. HEX triplet: A0, 87 and 60. RGB value is (160,135,96). Sum of RGB (Red+Green+Blue) = 160+135+96=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 160 - color contains mainly: red. Hex color #A08760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08760 is #5F789F. Grayscale: #8A8A8A. Windows color (decimal): -6256800 or 6326176. OLE color: 6326176.

HSL color Cylindrical-coordinate representation of color #A08760: hue angle of 36.56º 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 #A08760 is Cyan = 0, Magento = 0.16, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB16013596-
CMYK00.160.40.37
HSL36.56º25.2%50.2%-
HSV(B)36.56º40%62.75%-
XYZ25.2725.6514.68-
YUV138.03104.28143.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.92%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 96 (37.89% from 255) = 24.55%
R=40.92%
G=34.53%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601359600.160.40.3736.5625.250.2
HexA087600102825251932
Octal2402071400205045453162
Binary1010000010000111110000001000010100010010110010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08760; }

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

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

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

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

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

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

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

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