#A54761

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

Shades of Rouge #A54761

Tints of Rouge #A54761

Color information

#A54761 (or 0xA54761) is unknown color: approx Rouge. HEX triplet: A5, 47 and 61. RGB value is (165,71,97). Sum of RGB (Red+Green+Blue) = 165+71+97=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A54761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54761 is #5AB89E. Grayscale: #666666. Windows color (decimal): -5945503 or 6375333. OLE color: 6375333.

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

Color convert

RGB1657197-
CMYK00.570.410.35
HSL343.4º39.83%46.27%-
HSV(B)343.4º56.97%64.71%-
XYZ19.9313.3712.84-
YUV102.07125.14172.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.55%
GREEN value IS 71 (28.12% from 255) = 21.32%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=49.55%
G=21.32%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165719700.570.410.35343.439.8346.27
HexA547610392923157282e
Octal24510714107151435275056
Binary10100101100011111000010111001101001100011101010111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54761; }

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

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

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

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

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

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

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

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