Html Css Color HEX #A1563A Sepia

📋 copy color: '#A1563A'

red 161 ◦ green 86 ◦ blue 58

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

Shades of Sepia #A1563A

Tints of Sepia #A1563A

RGB

 RED value IS 161 (63.28% from 255) = 52.79%

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

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

R = 52.79%
G = 28.2%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A1563A (or 0xA1563A) is known color: Sepia. HEX triplet: A1, 56 and 3A. RGB value is (161,86,58). Sum of RGB (Red+Green+Blue) = 161+86+58=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A1563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1563A is #5EA9C5. Grayscale: #696969. Windows color (decimal): -6203846 or 3823265. OLE color: 3823265.

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

Color convert

RGB 161 86 58 -
CMYK 0 0.47 0.64 0.37
HSL 16.31º 0.47% 0.43% -
HSV(B) 16.31º 0.64% 0.63% -
XYZ 18.79 14.54 5.82 -
YUV 105.23 101.35 167.78 -
System Red Green Blue C M Y K H S L
Decimal 161 86 58 0 0.47 0.64 0.37 16.31 0.47 0.43
Hex A1 56 3A 0 2F 40 25 10 2F 2B
Octal 241 126 72 0 57 100 45 20 57 53
Binary 10100001 1010110 111010 0 101111 1000000 100101 10000 101111 101011

Color Harmonies of #A1563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1563A

Black with #A1563A

Text Example


Text Example

White with #A1563A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1563A; }

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

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

background-color css

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

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

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

border-color css

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

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

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