Html Css Color HEX #A2573D Sepia

📋 copy color: '#A2573D'

red 162 ◦ green 87 ◦ blue 61

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

Shades of Sepia #A2573D

Tints of Sepia #A2573D

RGB

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

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

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

R = 52.26%
G = 28.06%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2573D (or 0xA2573D) is known color: Sepia. HEX triplet: A2, 57 and 3D. RGB value is (162,87,61). Sum of RGB (Red+Green+Blue) = 162+87+61=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A2573D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2573D is #5DA8C2. Grayscale: #6A6A6A. Windows color (decimal): -6138051 or 4020130. OLE color: 4020130.

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

Color convert

RGB 162 87 61 -
CMYK 0 0.46 0.62 0.36
HSL 15.45º 0.45% 0.44% -
HSV(B) 15.45º 0.62% 0.64% -
XYZ 19.15 14.83 6.27 -
YUV 106.46 102.35 167.61 -
System Red Green Blue C M Y K H S L
Decimal 162 87 61 0 0.46 0.62 0.36 15.45 0.45 0.44
Hex A2 57 3D 0 2E 3E 24 F 2D 2C
Octal 242 127 75 0 56 76 44 17 55 54
Binary 10100010 1010111 111101 0 101110 111110 100100 1111 101101 101100

Color Harmonies of #A2573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2573D

Black with #A2573D

Text Example


Text Example

White with #A2573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2573D; }

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

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

background-color css

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

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

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

border-color css

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

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

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