#A74666

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

Shades of Rouge #A74666

Tints of Rouge #A74666

Color information

#A74666 (or 0xA74666) is unknown color: approx Rouge. HEX triplet: A7, 46 and 66. RGB value is (167,70,102). Sum of RGB (Red+Green+Blue) = 167+70+102=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A74666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74666 is #58B999. Grayscale: #666666. Windows color (decimal): -5814682 or 6702759. OLE color: 6702759.

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

Color convert

RGB16770102-
CMYK00.580.390.35
HSL340.21º40.93%46.47%-
HSV(B)340.21º58.08%65.49%-
XYZ20.5213.5614.1-
YUV102.65127.64173.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.26%
GREEN value IS 70 (27.73% from 255) = 20.65%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=49.26%
G=20.65%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677010200.580.390.35340.2140.9346.47
HexA7466603A2723154292e
Octal24710614607247435245156
Binary10100111100011011001100111010100111100011101010100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74666; }

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

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

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

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

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

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

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

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