#A54865

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

Shades of Rouge #A54865

Tints of Rouge #A54865

Color information

#A54865 (or 0xA54865) is unknown color: approx Rouge. HEX triplet: A5, 48 and 65. RGB value is (165,72,101). Sum of RGB (Red+Green+Blue) = 165+72+101=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A54865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54865 is #5AB79A. Grayscale: #676767. Windows color (decimal): -5945243 or 6637733. OLE color: 6637733.

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

Color convert

RGB16572101-
CMYK00.560.390.35
HSL341.29º39.24%46.47%-
HSV(B)341.29º56.36%64.71%-
XYZ20.1813.5713.87-
YUV103.11126.81172.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.82%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 101 (39.84% from 255) = 29.88%
R=48.82%
G=21.30%
B=29.88%

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
Decimal1657210100.560.390.35341.2939.2446.47
HexA548650382723155272e
Octal24511014507047435254756
Binary10100101100100011001010111000100111100011101010101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54865; }

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

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

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

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

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

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

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

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