Html Css Color HEX #A0805D Sorrell Brown

📋 copy color: '#A0805D'

red 160 ◦ green 128 ◦ blue 93

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

Shades of Sorrell Brown #A0805D

Tints of Sorrell Brown #A0805D

RGB

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

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

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

R = 41.99%
G = 33.6%
B = 24.41%

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

#A0805D (or 0xA0805D) is known color: Sorrell Brown. HEX triplet: A0, 80 and 5D. RGB value is (160,128,93). Sum of RGB (Red+Green+Blue) = 160+128+93=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 93 (36.72% from 255 or 24.41% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A0805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0805D is #5F7FA2. Grayscale: #858585. Windows color (decimal): -6258595 or 6127776. OLE color: 6127776.

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

Color convert

RGB 160 128 93 -
CMYK 0 0.20 0.42 0.37
HSL 31.34º 0.26% 0.5% -
HSV(B) 31.34º 0.42% 0.63% -
XYZ 24.19 23.7 13.66 -
YUV 133.58 105.1 146.85 -
System Red Green Blue C M Y K H S L
Decimal 160 128 93 0 0.20 0.42 0.37 31.34 0.26 0.5
Hex A0 80 5D 0 14 2A 25 1F 1A 32
Octal 240 200 135 0 24 52 45 37 32 62
Binary 10100000 10000000 1011101 0 10100 101010 100101 11111 11010 110010

Color Harmonies of #A0805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0805D

Black with #A0805D

Text Example


Text Example

White with #A0805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0805D; }

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

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

background-color css

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

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

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

border-color css

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

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

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