Html Css Color HEX #A1805B Sorrell Brown

📋 copy color: '#A1805B'

red 161 ◦ green 128 ◦ blue 91

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

Shades of Sorrell Brown #A1805B

Tints of Sorrell Brown #A1805B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.95%

R = 42.37%
G = 33.68%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A1805B (or 0xA1805B) is known color: Sorrell Brown. HEX triplet: A1, 80 and 5B. RGB value is (161,128,91). Sum of RGB (Red+Green+Blue) = 161+128+91=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A1805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1805B is #5E7FA4. Grayscale: #858585. Windows color (decimal): -6193061 or 5996705. OLE color: 5996705.

HSL color Cylindrical-coordinate representation of color #A1805B: hue angle of 31.71º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1805B is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 128 91 -
CMYK 0 0.20 0.43 0.37
HSL 31.71º 0.28% 0.49% -
HSV(B) 31.71º 0.43% 0.63% -
XYZ 24.31 23.77 13.2 -
YUV 133.65 103.93 147.51 -
System Red Green Blue C M Y K H S L
Decimal 161 128 91 0 0.20 0.43 0.37 31.71 0.28 0.49
Hex A1 80 5B 0 14 2B 25 20 1C 31
Octal 241 200 133 0 24 53 45 40 34 61
Binary 10100001 10000000 1011011 0 10100 101011 100101 100000 11100 110001

Color Harmonies of #A1805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1805B

Black with #A1805B

Text Example


Text Example

White with #A1805B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1805B; }

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

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

background-color css

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

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

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

border-color css

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

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

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