#A04575

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

Shades of Rouge #A04575

Tints of Rouge #A04575

Color information

#A04575 (or 0xA04575) is unknown color: approx Rouge. HEX triplet: A0, 45 and 75. RGB value is (160,69,117). Sum of RGB (Red+Green+Blue) = 160+69+117=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A04575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04575 is #5FBA8A. Grayscale: #656565. Windows color (decimal): -6273675 or 7685536. OLE color: 7685536.

HSL color Cylindrical-coordinate representation of color #A04575: hue angle of 328.35º 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 #A04575 is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB16069117-
CMYK00.570.270.37
HSL328.35º39.74%44.9%-
HSV(B)328.35º56.88%62.75%-
XYZ19.8413.0118.3-
YUV101.68136.65169.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.24%
GREEN value IS 69 (27.34% from 255) = 19.94%
BLUE value IS 117 (46.09% from 255) = 33.82%
R=46.24%
G=19.94%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606911700.570.270.37328.3539.7444.9
HexA045750391B25148282d
Octal24010516507133455105055
Binary1010000010001011110101011100111011100101101001000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04575; }

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

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

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

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

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

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

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

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