Html Css Color HEX #A1845D Sorrell Brown

📋 copy color: '#A1845D'

red 161 ◦ green 132 ◦ blue 93

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

Shades of Sorrell Brown #A1845D

Tints of Sorrell Brown #A1845D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.09%

R = 41.71%
G = 34.2%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1845D (or 0xA1845D) is known color: Sorrell Brown. HEX triplet: A1, 84 and 5D. RGB value is (161,132,93). Sum of RGB (Red+Green+Blue) = 161+132+93=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A1845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1845D is #5E7BA2. Grayscale: #888888. Windows color (decimal): -6192035 or 6128801. OLE color: 6128801.

HSL color Cylindrical-coordinate representation of color #A1845D: hue angle of 34.41º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1845D is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 132 93 -
CMYK 0 0.18 0.42 0.37
HSL 34.41º 0.27% 0.5% -
HSV(B) 34.41º 0.42% 0.63% -
XYZ 24.92 24.87 13.84 -
YUV 136.23 103.61 145.67 -
System Red Green Blue C M Y K H S L
Decimal 161 132 93 0 0.18 0.42 0.37 34.41 0.27 0.5
Hex A1 84 5D 0 12 2A 25 22 1B 32
Octal 241 204 135 0 22 52 45 42 33 62
Binary 10100001 10000100 1011101 0 10010 101010 100101 100010 11011 110010

Color Harmonies of #A1845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1845D

Black with #A1845D

Text Example


Text Example

White with #A1845D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1845D; }

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

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

background-color css

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

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

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

border-color css

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

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

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