Html Css Color HEX #A2573C Sepia

📋 copy color: '#A2573C'

red 162 ◦ green 87 ◦ blue 60

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

Shades of Sepia #A2573C

Tints of Sepia #A2573C

RGB

 RED value IS 162 (63.67% from 255) = 52.43%

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

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

R = 52.43%
G = 28.16%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A2573C (or 0xA2573C) is known color: Sepia. HEX triplet: A2, 57 and 3C. RGB value is (162,87,60). Sum of RGB (Red+Green+Blue) = 162+87+60=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A2573C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2573C is #5DA8C3. Grayscale: #6A6A6A. Windows color (decimal): -6138052 or 3954594. OLE color: 3954594.

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

Color convert

RGB 162 87 60 -
CMYK 0 0.46 0.63 0.36
HSL 15.88º 0.46% 0.44% -
HSV(B) 15.88º 0.63% 0.64% -
XYZ 19.12 14.82 6.13 -
YUV 106.35 101.85 167.7 -
System Red Green Blue C M Y K H S L
Decimal 162 87 60 0 0.46 0.63 0.36 15.88 0.46 0.44
Hex A2 57 3C 0 2E 3F 24 10 2E 2C
Octal 242 127 74 0 56 77 44 20 56 54
Binary 10100010 1010111 111100 0 101110 111111 100100 10000 101110 101100

Color Harmonies of #A2573C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2573C

Black with #A2573C

Text Example


Text Example

White with #A2573C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2573C; }

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

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

background-color css

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

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

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

border-color css

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

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

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