Html Css Color HEX #A1563D Sepia

📋 copy color: '#A1563D'

red 161 ◦ green 86 ◦ blue 61

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

Shades of Sepia #A1563D

Tints of Sepia #A1563D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.81%

R = 52.27%
G = 27.92%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A1563D (or 0xA1563D) is known color: Sepia. HEX triplet: A1, 56 and 3D. RGB value is (161,86,61). Sum of RGB (Red+Green+Blue) = 161+86+61=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1563D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1563D is #5EA9C2. Grayscale: #696969. Windows color (decimal): -6203843 or 4019873. OLE color: 4019873.

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

Color convert

RGB 161 86 61 -
CMYK 0 0.47 0.62 0.37
HSL 15º 0.45% 0.44% -
HSV(B) 15º 0.62% 0.63% -
XYZ 18.87 14.57 6.23 -
YUV 105.58 102.85 167.53 -
System Red Green Blue C M Y K H S L
Decimal 161 86 61 0 0.47 0.62 0.37 15 0.45 0.44
Hex A1 56 3D 0 2F 3E 25 F 2D 2C
Octal 241 126 75 0 57 76 45 17 55 54
Binary 10100001 1010110 111101 0 101111 111110 100101 1111 101101 101100

Color Harmonies of #A1563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1563D

Black with #A1563D

Text Example


Text Example

White with #A1563D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1563D; }

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

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

background-color css

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

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

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

border-color css

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

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

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