Html Css Color HEX #A0865F Sorrell Brown

📋 copy color: '#A0865F'

red 160 ◦ green 134 ◦ blue 95

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

Shades of Sorrell Brown #A0865F

Tints of Sorrell Brown #A0865F

RGB

 RED value IS 160 (62.89% from 255) = 41.13%

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

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

R = 41.13%
G = 34.45%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0865F (or 0xA0865F) is known color: Sorrell Brown. HEX triplet: A0, 86 and 5F. RGB value is (160,134,95). Sum of RGB (Red+Green+Blue) = 160+134+95=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 160 - color contains mainly: red. Hex color #A0865F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0865F is #5F79A0. Grayscale: #898989. Windows color (decimal): -6257057 or 6260384. OLE color: 6260384.

HSL color Cylindrical-coordinate representation of color #A0865F: hue angle of 36º degrees, saturation: 0.25, 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 #A0865F is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 134 95 -
CMYK 0 0.16 0.41 0.37
HSL 36º 0.25% 0.5% -
HSV(B) 36º 0.41% 0.63% -
XYZ 25.09 25.35 14.4 -
YUV 137.33 104.11 144.17 -
System Red Green Blue C M Y K H S L
Decimal 160 134 95 0 0.16 0.41 0.37 36 0.25 0.5
Hex A0 86 5F 0 10 29 25 24 19 32
Octal 240 206 137 0 20 51 45 44 31 62
Binary 10100000 10000110 1011111 0 10000 101001 100101 100100 11001 110010

Color Harmonies of #A0865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0865F

Black with #A0865F

Text Example


Text Example

White with #A0865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0865F; }

 p { color: rgb(160,134,95); }

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

background-color css

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

 a { background-color: rgb(160,134,95); }

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

border-color css

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

 span { border-color: rgb(160,134,95); }

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