Html Css Color HEX #A2553C Sepia

📋 copy color: '#A2553C'

red 162 ◦ green 85 ◦ blue 60

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

Shades of Sepia #A2553C

Tints of Sepia #A2553C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.54%

R = 52.77%
G = 27.69%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A2553C (or 0xA2553C) is known color: Sepia. HEX triplet: A2, 55 and 3C. RGB value is (162,85,60). Sum of RGB (Red+Green+Blue) = 162+85+60=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A2553C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2553C is #5DAAC3. Grayscale: #696969. Windows color (decimal): -6138564 or 3954082. OLE color: 3954082.

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

Color convert

RGB 162 85 60 -
CMYK 0 0.48 0.63 0.36
HSL 14.71º 0.46% 0.44% -
HSV(B) 14.71º 0.63% 0.64% -
XYZ 18.96 14.5 6.08 -
YUV 105.17 102.51 168.53 -
System Red Green Blue C M Y K H S L
Decimal 162 85 60 0 0.48 0.63 0.36 14.71 0.46 0.44
Hex A2 55 3C 0 30 3F 24 F 2E 2C
Octal 242 125 74 0 60 77 44 17 56 54
Binary 10100010 1010101 111100 0 110000 111111 100100 1111 101110 101100

Color Harmonies of #A2553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2553C

Black with #A2553C

Text Example


Text Example

White with #A2553C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2553C; }

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

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

background-color css

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

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

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

border-color css

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

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

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