Html Css Color HEX #A2563D Sepia

📋 copy color: '#A2563D'

red 162 ◦ green 86 ◦ blue 61

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

Shades of Sepia #A2563D

Tints of Sepia #A2563D

RGB

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

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

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

R = 52.43%
G = 27.83%
B = 19.74%

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

#A2563D (or 0xA2563D) is known color: Sepia. HEX triplet: A2, 56 and 3D. RGB value is (162,86,61). Sum of RGB (Red+Green+Blue) = 162+86+61=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A2563D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2563D is #5DA9C2. Grayscale: #6A6A6A. Windows color (decimal): -6138307 or 4019874. OLE color: 4019874.

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

Color convert

RGB 162 86 61 -
CMYK 0 0.47 0.62 0.36
HSL 14.85º 0.45% 0.44% -
HSV(B) 14.85º 0.62% 0.64% -
XYZ 19.07 14.67 6.24 -
YUV 105.87 102.68 168.03 -
System Red Green Blue C M Y K H S L
Decimal 162 86 61 0 0.47 0.62 0.36 14.85 0.45 0.44
Hex A2 56 3D 0 2F 3E 24 F 2D 2C
Octal 242 126 75 0 57 76 44 17 55 54
Binary 10100010 1010110 111101 0 101111 111110 100100 1111 101101 101100

Color Harmonies of #A2563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2563D

Black with #A2563D

Text Example


Text Example

White with #A2563D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2563D; }

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

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

background-color css

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

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

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

border-color css

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

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

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