Html Css Color HEX #A2563E Sepia

📋 copy color: '#A2563E'

red 162 ◦ green 86 ◦ blue 62

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

Shades of Sepia #A2563E

Tints of Sepia #A2563E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.74%

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

R = 52.26%
G = 27.74%
B = 20%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2563E (or 0xA2563E) is known color: Sepia. HEX triplet: A2, 56 and 3E. RGB value is (162,86,62). Sum of RGB (Red+Green+Blue) = 162+86+62=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A2563E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2563E is #5DA9C1. Grayscale: #6A6A6A. Windows color (decimal): -6138306 or 4085410. OLE color: 4085410.

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

Color convert

RGB 162 86 62 -
CMYK 0 0.47 0.62 0.36
HSL 14.4º 0.45% 0.44% -
HSV(B) 14.4º 0.62% 0.64% -
XYZ 19.1 14.68 6.39 -
YUV 105.99 103.18 167.95 -
System Red Green Blue C M Y K H S L
Decimal 162 86 62 0 0.47 0.62 0.36 14.4 0.45 0.44
Hex A2 56 3E 0 2F 3E 24 E 2D 2C
Octal 242 126 76 0 57 76 44 16 55 54
Binary 10100010 1010110 111110 0 101111 111110 100100 1110 101101 101100

Color Harmonies of #A2563E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2563E

Black with #A2563E

Text Example


Text Example

White with #A2563E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2563E; }

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

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

background-color css

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

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

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

border-color css

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

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

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