#A54662

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

Shades of Rouge #A54662

Tints of Rouge #A54662

Color information

#A54662 (or 0xA54662) is unknown color: approx Rouge. HEX triplet: A5, 46 and 62. RGB value is (165,70,98). Sum of RGB (Red+Green+Blue) = 165+70+98=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A54662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54662 is #5AB99D. Grayscale: #656565. Windows color (decimal): -5945758 or 6440613. OLE color: 6440613.

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

Color convert

RGB1657098-
CMYK00.580.410.35
HSL342.32º40.43%46.08%-
HSV(B)342.32º57.58%64.71%-
XYZ19.9113.2613.07-
YUV101.6125.97173.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.55%
GREEN value IS 70 (27.73% from 255) = 21.02%
BLUE value IS 98 (38.67% from 255) = 29.43%
R=49.55%
G=21.02%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165709800.580.410.35342.3240.4346.08
HexA5466203A2923156282e
Octal24510614207251435265056
Binary10100101100011011000100111010101001100011101010110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54662; }

 p { color: rgb(165,70,98); }

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

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

 a { background-color: rgb(165,70,98); }

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

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

 span { border-color: rgb(165,70,98); }

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