Html Css Color HEX #A1805D Sorrell Brown

📋 copy color: '#A1805D'

red 161 ◦ green 128 ◦ blue 93

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

Shades of Sorrell Brown #A1805D

Tints of Sorrell Brown #A1805D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.51%

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

R = 42.15%
G = 33.51%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1805D (or 0xA1805D) is known color: Sorrell Brown. HEX triplet: A1, 80 and 5D. RGB value is (161,128,93). Sum of RGB (Red+Green+Blue) = 161+128+93=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A1805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1805D is #5E7FA2. Grayscale: #868686. Windows color (decimal): -6193059 or 6127777. OLE color: 6127777.

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

Color convert

RGB 161 128 93 -
CMYK 0 0.20 0.42 0.37
HSL 30.88º 0.27% 0.5% -
HSV(B) 30.88º 0.42% 0.63% -
XYZ 24.39 23.81 13.67 -
YUV 133.88 104.93 147.35 -
System Red Green Blue C M Y K H S L
Decimal 161 128 93 0 0.20 0.42 0.37 30.88 0.27 0.5
Hex A1 80 5D 0 14 2A 25 1F 1B 32
Octal 241 200 135 0 24 52 45 37 33 62
Binary 10100001 10000000 1011101 0 10100 101010 100101 11111 11011 110010

Color Harmonies of #A1805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1805D

Black with #A1805D

Text Example


Text Example

White with #A1805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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