#A54864

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

Shades of Rouge #A54864

Tints of Rouge #A54864

Color information

#A54864 (or 0xA54864) is unknown color: approx Rouge. HEX triplet: A5, 48 and 64. RGB value is (165,72,100). Sum of RGB (Red+Green+Blue) = 165+72+100=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A54864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54864 is #5AB79B. Grayscale: #666666. Windows color (decimal): -5945244 or 6572197. OLE color: 6572197.

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

Color convert

RGB16572100-
CMYK00.560.390.35
HSL341.94º39.24%46.47%-
HSV(B)341.94º56.36%64.71%-
XYZ20.1313.5513.61-
YUV103126.31172.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.96%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 100 (39.45% from 255) = 29.67%
R=48.96%
G=21.36%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657210000.560.390.35341.9439.2446.47
HexA548640382723156272e
Octal24511014407047435264756
Binary10100101100100011001000111000100111100011101010110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54864; }

 p { color: rgb(165,72,100); }

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

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

 a { background-color: rgb(165,72,100); }

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

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

 span { border-color: rgb(165,72,100); }

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