#A74463

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

Shades of Rouge #A74463

Tints of Rouge #A74463

Color information

#A74463 (or 0xA74463) is unknown color: approx Rouge. HEX triplet: A7, 44 and 63. RGB value is (167,68,99). Sum of RGB (Red+Green+Blue) = 167+68+99=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A74463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74463 is #58BB9C. Grayscale: #656565. Windows color (decimal): -5815197 or 6505639. OLE color: 6505639.

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

Color convert

RGB1676899-
CMYK00.590.410.35
HSL341.21º42.13%46.08%-
HSV(B)341.21º59.28%65.49%-
XYZ20.2613.2513.29-
YUV101.14126.8174.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 20.36%
BLUE value IS 99 (39.06% from 255) = 29.64%
R=50%
G=20.36%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167689900.590.410.35341.2142.1346.08
HexA7446303B29231552a2e
Octal24710414307351435255256
Binary10100111100010011000110111011101001100011101010101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74463; }

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

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

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

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

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

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

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

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