Html Css Color HEX #A1845F Sorrell Brown

📋 copy color: '#A1845F'

red 161 ◦ green 132 ◦ blue 95

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

Shades of Sorrell Brown #A1845F

Tints of Sorrell Brown #A1845F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.48%

R = 41.49%
G = 34.02%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A1845F (or 0xA1845F) is known color: Sorrell Brown. HEX triplet: A1, 84 and 5F. RGB value is (161,132,95). Sum of RGB (Red+Green+Blue) = 161+132+95=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A1845F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1845F is #5E7BA0. Grayscale: #888888. Windows color (decimal): -6192033 or 6259873. OLE color: 6259873.

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

Color convert

RGB 161 132 95 -
CMYK 0 0.18 0.41 0.37
HSL 33.64º 0.26% 0.5% -
HSV(B) 33.64º 0.41% 0.63% -
XYZ 25.01 24.91 14.32 -
YUV 136.45 104.61 145.51 -
System Red Green Blue C M Y K H S L
Decimal 161 132 95 0 0.18 0.41 0.37 33.64 0.26 0.5
Hex A1 84 5F 0 12 29 25 22 1A 32
Octal 241 204 137 0 22 51 45 42 32 62
Binary 10100001 10000100 1011111 0 10010 101001 100101 100010 11010 110010

Color Harmonies of #A1845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1845F

Black with #A1845F

Text Example


Text Example

White with #A1845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1845F; }

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

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

background-color css

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

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

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

border-color css

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

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

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