Html Css Color HEX #A2593E Sepia

📋 copy color: '#A2593E'

red 162 ◦ green 89 ◦ blue 62

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

Shades of Sepia #A2593E

Tints of Sepia #A2593E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.81%

R = 51.76%
G = 28.43%
B = 19.81%

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

#A2593E (or 0xA2593E) is known color: Sepia. HEX triplet: A2, 59 and 3E. RGB value is (162,89,62). Sum of RGB (Red+Green+Blue) = 162+89+62=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A2593E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2593E is #5DA6C1. Grayscale: #6B6B6B. Windows color (decimal): -6137538 or 4086178. OLE color: 4086178.

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

Color convert

RGB 162 89 62 -
CMYK 0 0.45 0.62 0.36
HSL 16.2º 0.45% 0.44% -
HSV(B) 16.2º 0.62% 0.64% -
XYZ 19.34 15.17 6.47 -
YUV 107.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 162 89 62 0 0.45 0.62 0.36 16.2 0.45 0.44
Hex A2 59 3E 0 2D 3E 24 10 2D 2C
Octal 242 131 76 0 55 76 44 20 55 54
Binary 10100010 1011001 111110 0 101101 111110 100100 10000 101101 101100

Color Harmonies of #A2593E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2593E

Black with #A2593E

Text Example


Text Example

White with #A2593E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2593E; }

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

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

background-color css

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

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

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

border-color css

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

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

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