Html Css Color HEX #A2543F Sepia

📋 copy color: '#A2543F'

red 162 ◦ green 84 ◦ blue 63

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

Shades of Sepia #A2543F

Tints of Sepia #A2543F

RGB

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

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

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

R = 52.43%
G = 27.18%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A2543F (or 0xA2543F) is known color: Sepia. HEX triplet: A2, 54 and 3F. RGB value is (162,84,63). Sum of RGB (Red+Green+Blue) = 162+84+63=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A2543F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2543F is #5DABC0. Grayscale: #696969. Windows color (decimal): -6138817 or 4150434. OLE color: 4150434.

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

Color convert

RGB 162 84 63 -
CMYK 0 0.48 0.61 0.36
HSL 12.73º 0.44% 0.44% -
HSV(B) 12.73º 0.61% 0.64% -
XYZ 18.97 14.38 6.48 -
YUV 104.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 162 84 63 0 0.48 0.61 0.36 12.73 0.44 0.44
Hex A2 54 3F 0 30 3D 24 D 2C 2C
Octal 242 124 77 0 60 75 44 15 54 54
Binary 10100010 1010100 111111 0 110000 111101 100100 1101 101100 101100

Color Harmonies of #A2543F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2543F

Black with #A2543F

Text Example


Text Example

White with #A2543F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2543F; }

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

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

background-color css

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

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

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

border-color css

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

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

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