#A74460

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

Shades of Rouge #A74460

Tints of Rouge #A74460

Color information

#A74460 (or 0xA74460) is unknown color: approx Rouge. HEX triplet: A7, 44 and 60. RGB value is (167,68,96). Sum of RGB (Red+Green+Blue) = 167+68+96=331 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.45% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 167 - color contains mainly: red. Hex color #A74460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74460 is #58BB9F. Grayscale: #646464. Windows color (decimal): -5815200 or 6309031. OLE color: 6309031.

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

Color convert

RGB1676896-
CMYK00.590.430.35
HSL343.03º42.13%46.08%-
HSV(B)343.03º59.28%65.49%-
XYZ20.1113.1912.55-
YUV100.79125.3175.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.45%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=50.45%
G=20.54%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167689600.590.430.35343.0342.1346.08
HexA7446003B2B231572a2e
Octal24710414007353435275256
Binary10100111100010011000000111011101011100011101010111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74460; }

 p { color: rgb(167,68,96); }

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

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

 a { background-color: rgb(167,68,96); }

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

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

 span { border-color: rgb(167,68,96); }

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