#A04270

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

Shades of Rouge #A04270

Tints of Rouge #A04270

Color information

#A04270 (or 0xA04270) is unknown color: approx Rouge. HEX triplet: A0, 42 and 70. RGB value is (160,66,112). Sum of RGB (Red+Green+Blue) = 160+66+112=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A04270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04270 is #5FBD8F. Grayscale: #636363. Windows color (decimal): -6274448 or 7357088. OLE color: 7357088.

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

Color convert

RGB16066112-
CMYK00.590.300.37
HSL330.64º41.59%44.31%-
HSV(B)330.64º58.75%62.75%-
XYZ19.3712.5416.73-
YUV99.35135.14171.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.34%
GREEN value IS 66 (26.17% from 255) = 19.53%
BLUE value IS 112 (44.14% from 255) = 33.14%
R=47.34%
G=19.53%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606611200.590.300.37330.6441.5944.31
HexA0427003B1E2514b2a2c
Octal24010216007336455135254
Binary1010000010000101110000011101111110100101101001011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04270; }

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

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

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

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

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

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

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

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