Html Css Color HEX #A0563A Sepia

📋 copy color: '#A0563A'

red 160 ◦ green 86 ◦ blue 58

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

Shades of Sepia #A0563A

Tints of Sepia #A0563A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.29%

 BLUE value IS 58 (23.05% from 255) = 19.08%

R = 52.63%
G = 28.29%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A0563A (or 0xA0563A) is known color: Sepia. HEX triplet: A0, 56 and 3A. RGB value is (160,86,58). Sum of RGB (Red+Green+Blue) = 160+86+58=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0563A is #5FA9C5. Grayscale: #696969. Windows color (decimal): -6269382 or 3823264. OLE color: 3823264.

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

Color convert

RGB 160 86 58 -
CMYK 0 0.46 0.64 0.37
HSL 16.47º 0.47% 0.43% -
HSV(B) 16.47º 0.64% 0.63% -
XYZ 18.59 14.43 5.81 -
YUV 104.93 101.52 167.28 -
System Red Green Blue C M Y K H S L
Decimal 160 86 58 0 0.46 0.64 0.37 16.47 0.47 0.43
Hex A0 56 3A 0 2E 40 25 10 2F 2B
Octal 240 126 72 0 56 100 45 20 57 53
Binary 10100000 1010110 111010 0 101110 1000000 100101 10000 101111 101011

Color Harmonies of #A0563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0563A

Black with #A0563A

Text Example


Text Example

White with #A0563A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0563A; }

 p { color: rgb(160,86,58); }

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

background-color css

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

 a { background-color: rgb(160,86,58); }

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

border-color css

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

 span { border-color: rgb(160,86,58); }

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