Html Css Color HEX #A18360 Sorrell Brown

📋 copy color: '#A18360'

red 161 ◦ green 131 ◦ blue 96

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

Shades of Sorrell Brown #A18360

Tints of Sorrell Brown #A18360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.76%

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

R = 41.49%
G = 33.76%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A18360 (or 0xA18360) is known color: Sorrell Brown. HEX triplet: A1, 83 and 60. RGB value is (161,131,96). Sum of RGB (Red+Green+Blue) = 161+131+96=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A18360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18360 is #5E7C9F. Grayscale: #888888. Windows color (decimal): -6192288 or 6325153. OLE color: 6325153.

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

Color convert

RGB 161 131 96 -
CMYK 0 0.19 0.40 0.37
HSL 32.31º 0.26% 0.5% -
HSV(B) 32.31º 0.4% 0.63% -
XYZ 24.93 24.65 14.51 -
YUV 135.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 161 131 96 0 0.19 0.40 0.37 32.31 0.26 0.5
Hex A1 83 60 0 13 28 25 20 1A 32
Octal 241 203 140 0 23 50 45 40 32 62
Binary 10100001 10000011 1100000 0 10011 101000 100101 100000 11010 110010

Color Harmonies of #A18360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18360

Black with #A18360

Text Example


Text Example

White with #A18360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18360; }

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

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

background-color css

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

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

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

border-color css

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

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

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