#A18661

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

Shades of Sorrell Brown #A18661

Tints of Sorrell Brown #A18661

Color information

#A18661 (or 0xA18661) is unknown color: approx Sorrell Brown. HEX triplet: A1, 86 and 61. RGB value is (161,134,97). Sum of RGB (Red+Green+Blue) = 161+134+97=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A18661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18661 is #5E799E. Grayscale: #8A8A8A. Windows color (decimal): -6191519 or 6391457. OLE color: 6391457.

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

Color convert

RGB16113497-
CMYK00.170.400.37
HSL34.69º25.4%50.59%-
HSV(B)34.69º39.75%63.14%-
XYZ25.3825.4914.89-
YUV137.85104.95144.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.07%
GREEN value IS 134 (52.73% from 255) = 34.18%
BLUE value IS 97 (38.28% from 255) = 24.74%
R=41.07%
G=34.18%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611349700.170.400.3734.6925.450.59
HexA186610112825231933
Octal2412061410215045433163
Binary1010000110000110110000101000110100010010110001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A18661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A18661; }

 p { color: rgb(161,134,97); }

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

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

 a { background-color: rgb(161,134,97); }

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

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

 span { border-color: rgb(161,134,97); }

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