#A74863

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

Shades of Rouge #A74863

Tints of Rouge #A74863

Color information

#A74863 (or 0xA74863) is unknown color: approx Rouge. HEX triplet: A7, 48 and 63. RGB value is (167,72,99). Sum of RGB (Red+Green+Blue) = 167+72+99=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A74863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74863 is #58B79C. Grayscale: #676767. Windows color (decimal): -5814173 or 6506663. OLE color: 6506663.

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

Color convert

RGB1677299-
CMYK00.570.410.35
HSL342.95º39.75%46.86%-
HSV(B)342.95º56.89%65.49%-
XYZ20.5113.7513.38-
YUV103.48125.47173.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.41%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 99 (39.06% from 255) = 29.29%
R=49.41%
G=21.30%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167729900.570.410.35342.9539.7546.86
HexA748630392923157282f
Octal24711014307151435275057
Binary10100111100100011000110111001101001100011101010111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74863; }

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

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

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

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

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

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

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

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