Html Css Color HEX #A2543E Sepia

📋 copy color: '#A2543E'

red 162 ◦ green 84 ◦ blue 62

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

Shades of Sepia #A2543E

Tints of Sepia #A2543E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.27%

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

R = 52.6%
G = 27.27%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2543E (or 0xA2543E) is known color: Sepia. HEX triplet: A2, 54 and 3E. RGB value is (162,84,62). Sum of RGB (Red+Green+Blue) = 162+84+62=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A2543E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2543E is #5DABC1. Grayscale: #686868. Windows color (decimal): -6138818 or 4084898. OLE color: 4084898.

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

Color convert

RGB 162 84 62 -
CMYK 0 0.48 0.62 0.36
HSL 13.2º 0.45% 0.44% -
HSV(B) 13.2º 0.62% 0.64% -
XYZ 18.94 14.37 6.33 -
YUV 104.81 103.84 168.79 -
System Red Green Blue C M Y K H S L
Decimal 162 84 62 0 0.48 0.62 0.36 13.2 0.45 0.44
Hex A2 54 3E 0 30 3E 24 D 2D 2C
Octal 242 124 76 0 60 76 44 15 55 54
Binary 10100010 1010100 111110 0 110000 111110 100100 1101 101101 101100

Color Harmonies of #A2543E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2543E

Black with #A2543E

Text Example


Text Example

White with #A2543E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2543E; }

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

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

background-color css

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

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

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

border-color css

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

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

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