#A54866

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

Shades of Rouge #A54866

Tints of Rouge #A54866

Color information

#A54866 (or 0xA54866) is unknown color: approx Rouge. HEX triplet: A5, 48 and 66. RGB value is (165,72,102). Sum of RGB (Red+Green+Blue) = 165+72+102=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A54866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54866 is #5AB799. Grayscale: #676767. Windows color (decimal): -5945242 or 6703269. OLE color: 6703269.

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

Color convert

RGB16572102-
CMYK00.560.380.35
HSL340.65º39.24%46.47%-
HSV(B)340.65º56.36%64.71%-
XYZ20.2313.5914.13-
YUV103.23127.31172.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 72 (28.52% from 255) = 21.24%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=48.67%
G=21.24%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657210200.560.380.35340.6539.2446.47
HexA548660382623155272e
Octal24511014607046435254756
Binary10100101100100011001100111000100110100011101010101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54866; }

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

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

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

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

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

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

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

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