#A03A6C

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

Shades of Rouge #A03A6C

Tints of Rouge #A03A6C

Color information

#A03A6C (or 0xA03A6C) is unknown color: approx Rouge. HEX triplet: A0, 3A and 6C. RGB value is (160,58,108). Sum of RGB (Red+Green+Blue) = 160+58+108=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03A6C is #5FC593. Grayscale: #5E5E5E. Windows color (decimal): -6276500 or 7092896. OLE color: 7092896.

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

Color convert

RGB16058108-
CMYK00.640.320.37
HSL330.59º46.79%42.75%-
HSV(B)330.59º63.75%62.75%-
XYZ18.7211.5815.44-
YUV94.2135.79174.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.08%
GREEN value IS 58 (23.05% from 255) = 17.79%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=49.08%
G=17.79%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605810800.640.320.37330.5946.7942.75
HexA03A6C040202514b2f2b
Octal24072154010040455135753
Binary10100000111010110110001000000100000100101101001011101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03A6C; }

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

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

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

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

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

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

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

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