Html Css Color HEX #A1865D Sorrell Brown

📋 copy color: '#A1865D'

red 161 ◦ green 134 ◦ blue 93

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

Shades of Sorrell Brown #A1865D

Tints of Sorrell Brown #A1865D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.54%

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

R = 41.49%
G = 34.54%
B = 23.97%

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

#A1865D (or 0xA1865D) is known color: Sorrell Brown. HEX triplet: A1, 86 and 5D. RGB value is (161,134,93). Sum of RGB (Red+Green+Blue) = 161+134+93=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 161 - color contains mainly: red. Hex color #A1865D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1865D is #5E79A2. Grayscale: #898989. Windows color (decimal): -6191523 or 6129313. OLE color: 6129313.

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

Color convert

RGB 161 134 93 -
CMYK 0 0.17 0.42 0.37
HSL 36.18º 0.27% 0.5% -
HSV(B) 36.18º 0.42% 0.63% -
XYZ 25.2 25.42 13.93 -
YUV 137.4 102.95 144.83 -
System Red Green Blue C M Y K H S L
Decimal 161 134 93 0 0.17 0.42 0.37 36.18 0.27 0.5
Hex A1 86 5D 0 11 2A 25 24 1B 32
Octal 241 206 135 0 21 52 45 44 33 62
Binary 10100001 10000110 1011101 0 10001 101010 100101 100100 11011 110010

Color Harmonies of #A1865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1865D

Black with #A1865D

Text Example


Text Example

White with #A1865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1865D; }

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

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

background-color css

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

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

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

border-color css

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

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

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