#A54563

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

Shades of Rouge #A54563

Tints of Rouge #A54563

Color information

#A54563 (or 0xA54563) is unknown color: approx Rouge. HEX triplet: A5, 45 and 63. RGB value is (165,69,99). Sum of RGB (Red+Green+Blue) = 165+69+99=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A54563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54563 is #5ABA9C. Grayscale: #656565. Windows color (decimal): -5946013 or 6505893. OLE color: 6505893.

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

Color convert

RGB1656999-
CMYK00.580.400.35
HSL341.25º41.03%45.88%-
HSV(B)341.25º58.18%64.71%-
XYZ19.913.1613.3-
YUV101.12126.8173.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.55%
GREEN value IS 69 (27.34% from 255) = 20.72%
BLUE value IS 99 (39.06% from 255) = 29.73%
R=49.55%
G=20.72%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165699900.580.400.35341.2541.0345.88
HexA5456303A2823155292e
Octal24510514307250435255156
Binary10100101100010111000110111010101000100011101010101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54563; }

 p { color: rgb(165,69,99); }

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

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

 a { background-color: rgb(165,69,99); }

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

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

 span { border-color: rgb(165,69,99); }

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