Html Css Color HEX #A1573C Sepia

📋 copy color: '#A1573C'

red 161 ◦ green 87 ◦ blue 60

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

Shades of Sepia #A1573C

Tints of Sepia #A1573C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.25%

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 52.27%
G = 28.25%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A1573C (or 0xA1573C) is known color: Sepia. HEX triplet: A1, 57 and 3C. RGB value is (161,87,60). Sum of RGB (Red+Green+Blue) = 161+87+60=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1573C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1573C is #5EA8C3. Grayscale: #6A6A6A. Windows color (decimal): -6203588 or 3954593. OLE color: 3954593.

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

Color convert

RGB 161 87 60 -
CMYK 0 0.46 0.63 0.37
HSL 16.04º 0.46% 0.43% -
HSV(B) 16.04º 0.63% 0.63% -
XYZ 18.92 14.72 6.12 -
YUV 106.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 161 87 60 0 0.46 0.63 0.37 16.04 0.46 0.43
Hex A1 57 3C 0 2E 3F 25 10 2E 2B
Octal 241 127 74 0 56 77 45 20 56 53
Binary 10100001 1010111 111100 0 101110 111111 100101 10000 101110 101011

Color Harmonies of #A1573C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1573C

Black with #A1573C

Text Example


Text Example

White with #A1573C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1573C; }

 p { color: rgb(161,87,60); }

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

background-color css

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

 a { background-color: rgb(161,87,60); }

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

border-color css

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

 span { border-color: rgb(161,87,60); }

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