#A04570

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

Shades of Rouge #A04570

Tints of Rouge #A04570

Color information

#A04570 (or 0xA04570) is unknown color: approx Rouge. HEX triplet: A0, 45 and 70. RGB value is (160,69,112). Sum of RGB (Red+Green+Blue) = 160+69+112=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A04570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04570 is #5FBA8F. Grayscale: #656565. Windows color (decimal): -6273680 or 7357856. OLE color: 7357856.

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

Color convert

RGB16069112-
CMYK00.570.300.37
HSL331.65º39.74%44.9%-
HSV(B)331.65º56.88%62.75%-
XYZ19.5512.916.79-
YUV101.11134.15170-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.92%
GREEN value IS 69 (27.34% from 255) = 20.23%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=46.92%
G=20.23%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606911200.570.300.37331.6539.7444.9
HexA045700391E2514c282d
Octal24010516007136455145055
Binary1010000010001011110000011100111110100101101001100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04570; }

 p { color: rgb(160,69,112); }

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

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

 a { background-color: rgb(160,69,112); }

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

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

 span { border-color: rgb(160,69,112); }

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