Html Css Color HEX #A0593B Sepia

📋 copy color: '#A0593B'

red 160 ◦ green 89 ◦ blue 59

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

Shades of Sepia #A0593B

Tints of Sepia #A0593B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.9%

 BLUE value IS 59 (23.44% from 255) = 19.16%

R = 51.95%
G = 28.9%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A0593B (or 0xA0593B) is known color: Sepia. HEX triplet: A0, 59 and 3B. RGB value is (160,89,59). Sum of RGB (Red+Green+Blue) = 160+89+59=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0593B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0593B is #5FA6C4. Grayscale: #6A6A6A. Windows color (decimal): -6268613 or 3889568. OLE color: 3889568.

HSL color Cylindrical-coordinate representation of color #A0593B: hue angle of 17.82º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A0593B is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 89 59 -
CMYK 0 0.44 0.63 0.37
HSL 17.82º 0.46% 0.43% -
HSV(B) 17.82º 0.63% 0.63% -
XYZ 18.86 14.93 6.03 -
YUV 106.81 101.02 165.94 -
System Red Green Blue C M Y K H S L
Decimal 160 89 59 0 0.44 0.63 0.37 17.82 0.46 0.43
Hex A0 59 3B 0 2C 3F 25 12 2E 2B
Octal 240 131 73 0 54 77 45 22 56 53
Binary 10100000 1011001 111011 0 101100 111111 100101 10010 101110 101011

Color Harmonies of #A0593B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0593B

Black with #A0593B

Text Example


Text Example

White with #A0593B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0593B; }

 p { color: rgb(160,89,59); }

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

background-color css

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

 a { background-color: rgb(160,89,59); }

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

border-color css

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

 span { border-color: rgb(160,89,59); }

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