Html Css Color HEX #A2563F Sepia

📋 copy color: '#A2563F'

red 162 ◦ green 86 ◦ blue 63

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

Shades of Sepia #A2563F

Tints of Sepia #A2563F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.26%

R = 52.09%
G = 27.65%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A2563F (or 0xA2563F) is known color: Sepia. HEX triplet: A2, 56 and 3F. RGB value is (162,86,63). Sum of RGB (Red+Green+Blue) = 162+86+63=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A2563F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2563F is #5DA9C0. Grayscale: #6A6A6A. Windows color (decimal): -6138305 or 4150946. OLE color: 4150946.

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

Color convert

RGB 162 86 63 -
CMYK 0 0.47 0.61 0.36
HSL 13.94º 0.44% 0.44% -
HSV(B) 13.94º 0.61% 0.64% -
XYZ 19.13 14.7 6.53 -
YUV 106.1 103.68 167.87 -
System Red Green Blue C M Y K H S L
Decimal 162 86 63 0 0.47 0.61 0.36 13.94 0.44 0.44
Hex A2 56 3F 0 2F 3D 24 E 2C 2C
Octal 242 126 77 0 57 75 44 16 54 54
Binary 10100010 1010110 111111 0 101111 111101 100100 1110 101100 101100

Color Harmonies of #A2563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2563F

Black with #A2563F

Text Example


Text Example

White with #A2563F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2563F; }

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

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

background-color css

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

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

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

border-color css

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

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

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