#A04271

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

Shades of Rouge #A04271

Tints of Rouge #A04271

Color information

#A04271 (or 0xA04271) is unknown color: approx Rouge. HEX triplet: A0, 42 and 71. RGB value is (160,66,113). Sum of RGB (Red+Green+Blue) = 160+66+113=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A04271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04271 is #5FBD8E. Grayscale: #636363. Windows color (decimal): -6274447 or 7422624. OLE color: 7422624.

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

Color convert

RGB16066113-
CMYK00.590.290.37
HSL330º41.59%44.31%-
HSV(B)330º58.75%62.75%-
XYZ19.4312.5617.02-
YUV99.46135.64171.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 66 (26.17% from 255) = 19.47%
BLUE value IS 113 (44.53% from 255) = 33.33%
R=47.20%
G=19.47%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606611300.590.290.3733041.5944.31
HexA0427103B1D2514a2a2c
Octal24010216107335455125254
Binary1010000010000101110001011101111101100101101001010101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04271; }

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

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

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

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

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

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

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

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