Html Css Color HEX #A2553F Sepia

📋 copy color: '#A2553F'

red 162 ◦ green 85 ◦ blue 63

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

Shades of Sepia #A2553F

Tints of Sepia #A2553F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

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

R = 52.26%
G = 27.42%
B = 20.32%

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

#A2553F (or 0xA2553F) is known color: Sepia. HEX triplet: A2, 55 and 3F. RGB value is (162,85,63). Sum of RGB (Red+Green+Blue) = 162+85+63=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A2553F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2553F is #5DAAC0. Grayscale: #696969. Windows color (decimal): -6138561 or 4150690. OLE color: 4150690.

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

Color convert

RGB 162 85 63 -
CMYK 0 0.48 0.61 0.36
HSL 13.33º 0.44% 0.44% -
HSV(B) 13.33º 0.61% 0.64% -
XYZ 19.05 14.54 6.5 -
YUV 105.52 104.01 168.29 -
System Red Green Blue C M Y K H S L
Decimal 162 85 63 0 0.48 0.61 0.36 13.33 0.44 0.44
Hex A2 55 3F 0 30 3D 24 D 2C 2C
Octal 242 125 77 0 60 75 44 15 54 54
Binary 10100010 1010101 111111 0 110000 111101 100100 1101 101100 101100

Color Harmonies of #A2553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2553F

Black with #A2553F

Text Example


Text Example

White with #A2553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2553F; }

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

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

background-color css

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

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

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

border-color css

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

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

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