Html Css Color HEX #A18561 Sorrell Brown

📋 copy color: '#A18561'

red 161 ◦ green 133 ◦ blue 97

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

Shades of Sorrell Brown #A18561

Tints of Sorrell Brown #A18561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.81%

R = 41.18%
G = 34.02%
B = 24.81%

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

#A18561 (or 0xA18561) is known color: Sorrell Brown. HEX triplet: A1, 85 and 61. RGB value is (161,133,97). Sum of RGB (Red+Green+Blue) = 161+133+97=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 161 - color contains mainly: red. Hex color #A18561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18561 is #5E7A9E. Grayscale: #898989. Windows color (decimal): -6191775 or 6391201. OLE color: 6391201.

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

Color convert

RGB 161 133 97 -
CMYK 0 0.17 0.40 0.37
HSL 33.75º 0.25% 0.51% -
HSV(B) 33.75º 0.4% 0.63% -
XYZ 25.24 25.22 14.85 -
YUV 137.27 105.28 144.93 -
System Red Green Blue C M Y K H S L
Decimal 161 133 97 0 0.17 0.40 0.37 33.75 0.25 0.51
Hex A1 85 61 0 11 28 25 22 19 33
Octal 241 205 141 0 21 50 45 42 31 63
Binary 10100001 10000101 1100001 0 10001 101000 100101 100010 11001 110011

Color Harmonies of #A18561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18561

Black with #A18561

Text Example


Text Example

White with #A18561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18561; }

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

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

background-color css

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

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

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

border-color css

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

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

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