#A74866

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

Shades of Rouge #A74866

Tints of Rouge #A74866

Color information

#A74866 (or 0xA74866) is unknown color: approx Rouge. HEX triplet: A7, 48 and 66. RGB value is (167,72,102). Sum of RGB (Red+Green+Blue) = 167+72+102=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A74866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74866 is #58B799. Grayscale: #676767. Windows color (decimal): -5814170 or 6703271. OLE color: 6703271.

HSL color Cylindrical-coordinate representation of color #A74866: hue angle of 341.05º 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 #A74866 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB16772102-
CMYK00.570.390.35
HSL341.05º39.75%46.86%-
HSV(B)341.05º56.89%65.49%-
XYZ20.6513.8114.15-
YUV103.82126.97173.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.97%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 102 (40.23% from 255) = 29.91%
R=48.97%
G=21.11%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677210200.570.390.35341.0539.7546.86
HexA748660392723155282f
Octal24711014607147435255057
Binary10100111100100011001100111001100111100011101010101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74866; }

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

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

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

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

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

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

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

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