Html Css Color HEX #A18560 Sorrell Brown

📋 copy color: '#A18560'

red 161 ◦ green 133 ◦ blue 96

#A18560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sorrell Brown #A18560

Tints of Sorrell Brown #A18560

RGB

 RED value IS 161 (63.28% from 255) = 41.28%

 GREEN value IS 133 (52.34% from 255) = 34.1%

 BLUE value IS 96 (37.89% from 255) = 24.62%

R = 41.28%
G = 34.1%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A18560 (or 0xA18560) is known color: Sorrell Brown. HEX triplet: A1, 85 and 60. RGB value is (161,133,96). Sum of RGB (Red+Green+Blue) = 161+133+96=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A18560 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18560 is #5E7A9F. Grayscale: #898989. Windows color (decimal): -6191776 or 6325665. OLE color: 6325665.

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

Color convert

RGB 161 133 96 -
CMYK 0 0.17 0.40 0.37
HSL 34.15º 0.26% 0.5% -
HSV(B) 34.15º 0.4% 0.63% -
XYZ 25.2 25.2 14.6 -
YUV 137.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 161 133 96 0 0.17 0.40 0.37 34.15 0.26 0.5
Hex A1 85 60 0 11 28 25 22 1A 32
Octal 241 205 140 0 21 50 45 42 32 62
Binary 10100001 10000101 1100000 0 10001 101000 100101 100010 11010 110010

Color Harmonies of #A18560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18560

Black with #A18560

Text Example


Text Example

White with #A18560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18560; }

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

 H1.HeaderClassName
 {
   color: #A18560;
 }
 .AnyTagClassName
 {
   color: #A18560;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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