#A74864

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

Shades of Rouge #A74864

Tints of Rouge #A74864

Color information

#A74864 (or 0xA74864) is unknown color: approx Rouge. HEX triplet: A7, 48 and 64. RGB value is (167,72,100). Sum of RGB (Red+Green+Blue) = 167+72+100=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A74864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74864 is #58B79B. Grayscale: #676767. Windows color (decimal): -5814172 or 6572199. OLE color: 6572199.

HSL color Cylindrical-coordinate representation of color #A74864: hue angle of 342.32º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A74864 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB16772100-
CMYK00.570.400.35
HSL342.32º39.75%46.86%-
HSV(B)342.32º56.89%65.49%-
XYZ20.5513.7713.63-
YUV103.6125.97173.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.26%
GREEN value IS 72 (28.52% from 255) = 21.24%
BLUE value IS 100 (39.45% from 255) = 29.50%
R=49.26%
G=21.24%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677210000.570.400.35342.3239.7546.86
HexA748640392823156282f
Octal24711014407150435265057
Binary10100111100100011001000111001101000100011101010110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74864; }

 p { color: rgb(167,72,100); }

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

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

 a { background-color: rgb(167,72,100); }

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

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

 span { border-color: rgb(167,72,100); }

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