Html Css Color HEX #A1855D Sorrell Brown

📋 copy color: '#A1855D'

red 161 ◦ green 133 ◦ blue 93

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

Shades of Sorrell Brown #A1855D

Tints of Sorrell Brown #A1855D

RGB

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

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

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

R = 41.6%
G = 34.37%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1855D (or 0xA1855D) is known color: Sorrell Brown. HEX triplet: A1, 85 and 5D. RGB value is (161,133,93). Sum of RGB (Red+Green+Blue) = 161+133+93=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 161 - color contains mainly: red. Hex color #A1855D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1855D is #5E7AA2. Grayscale: #898989. Windows color (decimal): -6191779 or 6129057. OLE color: 6129057.

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

Color convert

RGB 161 133 93 -
CMYK 0 0.17 0.42 0.37
HSL 35.29º 0.27% 0.5% -
HSV(B) 35.29º 0.42% 0.63% -
XYZ 25.06 25.14 13.89 -
YUV 136.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 161 133 93 0 0.17 0.42 0.37 35.29 0.27 0.5
Hex A1 85 5D 0 11 2A 25 23 1B 32
Octal 241 205 135 0 21 52 45 43 33 62
Binary 10100001 10000101 1011101 0 10001 101010 100101 100011 11011 110010

Color Harmonies of #A1855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1855D

Black with #A1855D

Text Example


Text Example

White with #A1855D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1855D; }

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

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

background-color css

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

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

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

border-color css

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

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

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