Html Css Color HEX #A18461 Sorrell Brown

📋 copy color: '#A18461'

red 161 ◦ green 132 ◦ blue 97

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

Shades of Sorrell Brown #A18461

Tints of Sorrell Brown #A18461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.85%

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

R = 41.28%
G = 33.85%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A18461 (or 0xA18461) is known color: Sorrell Brown. HEX triplet: A1, 84 and 61. RGB value is (161,132,97). Sum of RGB (Red+Green+Blue) = 161+132+97=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 161 - color contains mainly: red. Hex color #A18461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18461 is #5E7B9E. Grayscale: #888888. Windows color (decimal): -6192031 or 6390945. OLE color: 6390945.

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

Color convert

RGB 161 132 97 -
CMYK 0 0.18 0.40 0.37
HSL 32.81º 0.25% 0.51% -
HSV(B) 32.81º 0.4% 0.63% -
XYZ 25.11 24.94 14.8 -
YUV 136.68 105.61 145.35 -
System Red Green Blue C M Y K H S L
Decimal 161 132 97 0 0.18 0.40 0.37 32.81 0.25 0.51
Hex A1 84 61 0 12 28 25 21 19 33
Octal 241 204 141 0 22 50 45 41 31 63
Binary 10100001 10000100 1100001 0 10010 101000 100101 100001 11001 110011

Color Harmonies of #A18461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18461

Black with #A18461

Text Example


Text Example

White with #A18461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18461; }

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

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

background-color css

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

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

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

border-color css

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

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

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