#A03A6F

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

Shades of Rouge #A03A6F

Tints of Rouge #A03A6F

Color information

#A03A6F (or 0xA03A6F) is unknown color: approx Rouge. HEX triplet: A0, 3A and 6F. RGB value is (160,58,111). Sum of RGB (Red+Green+Blue) = 160+58+111=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03A6F is #5FC590. Grayscale: #5E5E5E. Windows color (decimal): -6276497 or 7289504. OLE color: 7289504.

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

Color convert

RGB16058111-
CMYK00.640.310.37
HSL328.82º46.79%42.75%-
HSV(B)328.82º63.75%62.75%-
XYZ18.8811.6516.29-
YUV94.54137.29174.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.63%
GREEN value IS 58 (23.05% from 255) = 17.63%
BLUE value IS 111 (43.75% from 255) = 33.74%
R=48.63%
G=17.63%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605811100.640.310.37328.8246.7942.75
HexA03A6F0401F251492f2b
Octal24072157010037455115753
Binary1010000011101011011110100000011111100101101001001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03A6F; }

 p { color: rgb(160,58,111); }

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

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

 a { background-color: rgb(160,58,111); }

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

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

 span { border-color: rgb(160,58,111); }

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