#A03F66

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

Shades of Rouge #A03F66

Tints of Rouge #A03F66

Color information

#A03F66 (or 0xA03F66) is unknown color: approx Rouge. HEX triplet: A0, 3F and 66. RGB value is (160,63,102). Sum of RGB (Red+Green+Blue) = 160+63+102=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03F66 is #5FC099. Grayscale: #606060. Windows color (decimal): -6275226 or 6700960. OLE color: 6700960.

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

Color convert

RGB16063102-
CMYK00.610.360.37
HSL335.88º43.5%43.73%-
HSV(B)335.88º60.62%62.75%-
XYZ18.6711.9913.9-
YUV96.45131.14173.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.23%
GREEN value IS 63 (25% from 255) = 19.38%
BLUE value IS 102 (40.23% from 255) = 31.38%
R=49.23%
G=19.38%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606310200.610.360.37335.8843.543.73
HexA03F6603D24251502b2c
Octal2407714607544455205354
Binary1010000011111111001100111101100100100101101010000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03F66; }

 p { color: rgb(160,63,102); }

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

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

 a { background-color: rgb(160,63,102); }

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

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

 span { border-color: rgb(160,63,102); }

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