#A08261

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

Shades of Sorrell Brown #A08261

Tints of Sorrell Brown #A08261

Color information

#A08261 (or 0xA08261) is unknown color: approx Sorrell Brown. HEX triplet: A0, 82 and 61. RGB value is (160,130,97). Sum of RGB (Red+Green+Blue) = 160+130+97=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 97 (38.28% from 255 or 25.06% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A08261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08261 is #5F7D9E. Grayscale: #878787. Windows color (decimal): -6258079 or 6390432. OLE color: 6390432.

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

Color convert

RGB16013097-
CMYK00.190.390.37
HSL31.43º24.9%50.39%-
HSV(B)31.43º39.38%62.75%-
XYZ24.6424.314.7-
YUV135.21106.44145.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.34%
GREEN value IS 130 (51.17% from 255) = 33.59%
BLUE value IS 97 (38.28% from 255) = 25.06%
R=41.34%
G=33.59%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601309700.190.390.3731.4324.950.39
HexA0826101327251f1932
Octal2402021410234745373162
Binary101000001000001011000010100111001111001011111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08261; }

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

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

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

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

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

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

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

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