#a0604c

Color #A0604C Sepia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sepia #A0604C

Tints of Sepia #A0604C

Color information

#A0604C (or 0xA0604C) is unknown color: approx Sepia. HEX triplet: A0, 60 and 4C. RGB value is (160,96,76). Sum of RGB (Red+Green+Blue) = 160+96+76=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A0604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0604C is #5F9FB3. Grayscale: #717171. Windows color (decimal): -6266804 or 5005472. OLE color: 5005472.

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

Color convert

RGB1609676-
CMYK00.40.520.37
HSL14.29º35.59%46.27%-
HSV(B)14.29º52.5%62.75%-
XYZ19.9816.368.94-
YUV112.86107.2161.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.19%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 76 (30.08% from 255) = 22.89%
R=48.19%
G=28.92%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160967600.40.520.3714.2935.5946.27
HexA0604C0283425e242e
Octal2401401140506445164456
Binary101000001100000100110001010001101001001011110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0604c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0604c; }

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

 H1.HeaderClassName
 {
   color: #a0604c;
 }
 .AnyTagClassName
 {
   color: #a0604c;
 }
</style>
background-color css

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

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

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

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

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

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