#A73D66

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

Shades of Rouge #A73D66

Tints of Rouge #A73D66

Color information

#A73D66 (or 0xA73D66) is unknown color: approx Rouge. HEX triplet: A7, 3D and 66. RGB value is (167,61,102). Sum of RGB (Red+Green+Blue) = 167+61+102=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73D66 is #58C299. Grayscale: #616161. Windows color (decimal): -5816986 or 6700455. OLE color: 6700455.

HSL color Cylindrical-coordinate representation of color #A73D66: hue angle of 336.79º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A73D66 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB16761102-
CMYK00.630.390.35
HSL336.79º46.49%44.71%-
HSV(B)336.79º63.47%65.49%-
XYZ2012.5113.93-
YUV97.37130.62177.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.61%
GREEN value IS 61 (24.22% from 255) = 18.48%
BLUE value IS 102 (40.23% from 255) = 30.91%
R=50.61%
G=18.48%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676110200.630.390.35336.7946.4944.71
HexA73D6603F27231512e2d
Octal2477514607747435215655
Binary1010011111110111001100111111100111100011101010001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73D66; }

 p { color: rgb(167,61,102); }

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

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

 a { background-color: rgb(167,61,102); }

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

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

 span { border-color: rgb(167,61,102); }

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