Html Css Color HEX #A18060 Sorrell Brown

📋 copy color: '#A18060'

red 161 ◦ green 128 ◦ blue 96

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

Shades of Sorrell Brown #A18060

Tints of Sorrell Brown #A18060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.25%

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

R = 41.82%
G = 33.25%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A18060 (or 0xA18060) is known color: Sorrell Brown. HEX triplet: A1, 80 and 60. RGB value is (161,128,96). Sum of RGB (Red+Green+Blue) = 161+128+96=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A18060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18060 is #5E7F9F. Grayscale: #868686. Windows color (decimal): -6193056 or 6324385. OLE color: 6324385.

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

Color convert

RGB 161 128 96 -
CMYK 0 0.20 0.40 0.37
HSL 29.54º 0.26% 0.5% -
HSV(B) 29.54º 0.4% 0.63% -
XYZ 24.53 23.86 14.38 -
YUV 134.22 106.43 147.1 -
System Red Green Blue C M Y K H S L
Decimal 161 128 96 0 0.20 0.40 0.37 29.54 0.26 0.5
Hex A1 80 60 0 14 28 25 1E 1A 32
Octal 241 200 140 0 24 50 45 36 32 62
Binary 10100001 10000000 1100000 0 10100 101000 100101 11110 11010 110010

Color Harmonies of #A18060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18060

Black with #A18060

Text Example


Text Example

White with #A18060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18060; }

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

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

background-color css

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

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

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

border-color css

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

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

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