Html Css Color HEX #A0815E Sorrell Brown

📋 copy color: '#A0815E'

red 160 ◦ green 129 ◦ blue 94

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

Shades of Sorrell Brown #A0815E

Tints of Sorrell Brown #A0815E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.68%

 BLUE value IS 94 (37.11% from 255) = 24.54%

R = 41.78%
G = 33.68%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0815E (or 0xA0815E) is known color: Sorrell Brown. HEX triplet: A0, 81 and 5E. RGB value is (160,129,94). Sum of RGB (Red+Green+Blue) = 160+129+94=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A0815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0815E is #5F7EA1. Grayscale: #868686. Windows color (decimal): -6258338 or 6193568. OLE color: 6193568.

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

Color convert

RGB 160 129 94 -
CMYK 0 0.19 0.41 0.37
HSL 31.82º 0.26% 0.5% -
HSV(B) 31.82º 0.41% 0.63% -
XYZ 24.37 23.98 13.93 -
YUV 134.28 105.27 146.35 -
System Red Green Blue C M Y K H S L
Decimal 160 129 94 0 0.19 0.41 0.37 31.82 0.26 0.5
Hex A0 81 5E 0 13 29 25 20 1A 32
Octal 240 201 136 0 23 51 45 40 32 62
Binary 10100000 10000001 1011110 0 10011 101001 100101 100000 11010 110010

Color Harmonies of #A0815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0815E

Black with #A0815E

Text Example


Text Example

White with #A0815E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0815E; }

 p { color: rgb(160,129,94); }

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

background-color css

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

 a { background-color: rgb(160,129,94); }

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

border-color css

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

 span { border-color: rgb(160,129,94); }

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