#A03F6D

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

Shades of Rouge #A03F6D

Tints of Rouge #A03F6D

Color information

#A03F6D (or 0xA03F6D) is unknown color: approx Rouge. HEX triplet: A0, 3F and 6D. RGB value is (160,63,109). Sum of RGB (Red+Green+Blue) = 160+63+109=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03F6D is #5FC092. Grayscale: #616161. Windows color (decimal): -6275219 or 7159712. OLE color: 7159712.

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

Color convert

RGB16063109-
CMYK00.610.320.37
HSL331.55º43.5%43.73%-
HSV(B)331.55º60.62%62.75%-
XYZ19.0412.1315.81-
YUV97.25134.64172.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.19%
GREEN value IS 63 (25% from 255) = 18.98%
BLUE value IS 109 (42.97% from 255) = 32.83%
R=48.19%
G=18.98%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606310900.610.320.37331.5543.543.73
HexA03F6D03D202514c2b2c
Octal2407715507540455145354
Binary1010000011111111011010111101100000100101101001100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03F6D; }

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

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

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

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

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

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

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

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