Html Css Color HEX #A2593D Sepia

📋 copy color: '#A2593D'

red 162 ◦ green 89 ◦ blue 61

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

Shades of Sepia #A2593D

Tints of Sepia #A2593D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.53%

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

R = 51.92%
G = 28.53%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2593D (or 0xA2593D) is known color: Sepia. HEX triplet: A2, 59 and 3D. RGB value is (162,89,61). Sum of RGB (Red+Green+Blue) = 162+89+61=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A2593D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2593D is #5DA6C2. Grayscale: #6B6B6B. Windows color (decimal): -6137539 or 4020642. OLE color: 4020642.

HSL color Cylindrical-coordinate representation of color #A2593D: hue angle of 16.63º 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 #A2593D is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 89 61 -
CMYK 0 0.45 0.62 0.36
HSL 16.63º 0.45% 0.44% -
HSV(B) 16.63º 0.62% 0.64% -
XYZ 19.31 15.16 6.32 -
YUV 107.64 101.68 166.78 -
System Red Green Blue C M Y K H S L
Decimal 162 89 61 0 0.45 0.62 0.36 16.63 0.45 0.44
Hex A2 59 3D 0 2D 3E 24 11 2D 2C
Octal 242 131 75 0 55 76 44 21 55 54
Binary 10100010 1011001 111101 0 101101 111110 100100 10001 101101 101100

Color Harmonies of #A2593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2593D

Black with #A2593D

Text Example


Text Example

White with #A2593D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2593D; }

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

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

background-color css

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

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

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

border-color css

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

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

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