#A0825F

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

Shades of Sorrell Brown #A0825F

Tints of Sorrell Brown #A0825F

Color information

#A0825F (or 0xA0825F) is unknown color: approx Sorrell Brown. HEX triplet: A0, 82 and 5F. RGB value is (160,130,95). Sum of RGB (Red+Green+Blue) = 160+130+95=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 160 - color contains mainly: red. Hex color #A0825F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0825F is #5F7DA0. Grayscale: #878787. Windows color (decimal): -6258081 or 6259360. OLE color: 6259360.

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

Color convert

RGB16013095-
CMYK00.190.410.37
HSL32.31º25.49%50%-
HSV(B)32.31º40.62%62.75%-
XYZ24.5524.2714.22-
YUV134.98105.44145.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.56%
GREEN value IS 130 (51.17% from 255) = 33.77%
BLUE value IS 95 (37.5% from 255) = 24.68%
R=41.56%
G=33.77%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601309500.190.410.3732.3125.4950
HexA0825F0132925201932
Octal2402021370235145403162
Binary1010000010000010101111101001110100110010110000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0825F; }

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

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

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

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

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

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

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

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