#A54763

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

Shades of Rouge #A54763

Tints of Rouge #A54763

Color information

#A54763 (or 0xA54763) is unknown color: approx Rouge. HEX triplet: A5, 47 and 63. RGB value is (165,71,99). Sum of RGB (Red+Green+Blue) = 165+71+99=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A54763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54763 is #5AB89C. Grayscale: #666666. Windows color (decimal): -5945501 or 6506405. OLE color: 6506405.

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

Color convert

RGB1657199-
CMYK00.570.400.35
HSL342.13º39.83%46.27%-
HSV(B)342.13º56.97%64.71%-
XYZ20.0213.4113.34-
YUV102.3126.14172.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.25%
GREEN value IS 71 (28.12% from 255) = 21.19%
BLUE value IS 99 (39.06% from 255) = 29.55%
R=49.25%
G=21.19%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165719900.570.400.35342.1339.8346.27
HexA547630392823156282e
Octal24510714307150435265056
Binary10100101100011111000110111001101000100011101010110101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54763; }

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

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

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

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

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

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

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

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