Html Css Color HEX #A0604A Sepia

📋 copy color: '#A0604A'

red 160 ◦ green 96 ◦ blue 74

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

Shades of Sepia #A0604A

Tints of Sepia #A0604A

RGB

 RED value IS 160 (62.89% from 255) = 48.48%

 GREEN value IS 96 (37.89% from 255) = 29.09%

 BLUE value IS 74 (29.3% from 255) = 22.42%

R = 48.48%
G = 29.09%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A0604A (or 0xA0604A) is known color: Sepia. HEX triplet: A0, 60 and 4A. RGB value is (160,96,74). Sum of RGB (Red+Green+Blue) = 160+96+74=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A0604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0604A is #5F9FB5. Grayscale: #707070. Windows color (decimal): -6266806 or 4874400. OLE color: 4874400.

HSL color Cylindrical-coordinate representation of color #A0604A: hue angle of 15.35º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0604A is Cyan = 0, Magento = 0.4, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 96 74 -
CMYK 0 0.4 0.54 0.37
HSL 15.35º 0.37% 0.46% -
HSV(B) 15.35º 0.54% 0.63% -
XYZ 19.92 16.33 8.58 -
YUV 112.63 106.2 161.79 -
System Red Green Blue C M Y K H S L
Decimal 160 96 74 0 0.4 0.54 0.37 15.35 0.37 0.46
Hex A0 60 4A 0 28 36 25 F 25 2E
Octal 240 140 112 0 50 66 45 17 45 56
Binary 10100000 1100000 1001010 0 101000 110110 100101 1111 100101 101110

Color Harmonies of #A0604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0604A

Black with #A0604A

Text Example


Text Example

White with #A0604A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0604A; }

 p { color: rgb(160,96,74); }

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

background-color css

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

 a { background-color: rgb(160,96,74); }

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

border-color css

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

 span { border-color: rgb(160,96,74); }

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