#A18760

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

Shades of Sorrell Brown #A18760

Tints of Sorrell Brown #A18760

Color information

#A18760 (or 0xA18760) is unknown color: approx Sorrell Brown. HEX triplet: A1, 87 and 60. RGB value is (161,135,96). Sum of RGB (Red+Green+Blue) = 161+135+96=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A18760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18760 is #5E789F. Grayscale: #8A8A8A. Windows color (decimal): -6191264 or 6326177. OLE color: 6326177.

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

Color convert

RGB16113596-
CMYK00.160.400.37
HSL36º25.69%50.39%-
HSV(B)36º40.37%63.14%-
XYZ25.4725.7514.69-
YUV138.33104.11144.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.07%
GREEN value IS 135 (53.12% from 255) = 34.44%
BLUE value IS 96 (37.89% from 255) = 24.49%
R=41.07%
G=34.44%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611359600.160.400.373625.6950.39
HexA187600102825241a32
Octal2412071400205045443262
Binary1010000110000111110000001000010100010010110010011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18760; }

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

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

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

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

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

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

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

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