Html Css Color HEX #A0513E Sepia

📋 copy color: '#A0513E'

red 160 ◦ green 81 ◦ blue 62

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

Shades of Sepia #A0513E

Tints of Sepia #A0513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.73%

 BLUE value IS 62 (24.61% from 255) = 20.46%

R = 52.81%
G = 26.73%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A0513E (or 0xA0513E) is known color: Sepia. HEX triplet: A0, 51 and 3E. RGB value is (160,81,62). Sum of RGB (Red+Green+Blue) = 160+81+62=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A0513E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0513E is #5FAEC1. Grayscale: #666666. Windows color (decimal): -6270658 or 4084128. OLE color: 4084128.

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

Color convert

RGB 160 81 62 -
CMYK 0 0.49 0.61 0.37
HSL 11.63º 0.44% 0.44% -
HSV(B) 11.63º 0.61% 0.63% -
XYZ 18.31 13.71 6.24 -
YUV 102.46 105.17 169.04 -
System Red Green Blue C M Y K H S L
Decimal 160 81 62 0 0.49 0.61 0.37 11.63 0.44 0.44
Hex A0 51 3E 0 31 3D 25 C 2C 2C
Octal 240 121 76 0 61 75 45 14 54 54
Binary 10100000 1010001 111110 0 110001 111101 100101 1100 101100 101100

Color Harmonies of #A0513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0513E

Black with #A0513E

Text Example


Text Example

White with #A0513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0513E; }

 p { color: rgb(160,81,62); }

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

background-color css

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

 a { background-color: rgb(160,81,62); }

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

border-color css

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

 span { border-color: rgb(160,81,62); }

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