#A54564

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

Shades of Rouge #A54564

Tints of Rouge #A54564

Color information

#A54564 (or 0xA54564) is unknown color: approx Rouge. HEX triplet: A5, 45 and 64. RGB value is (165,69,100). Sum of RGB (Red+Green+Blue) = 165+69+100=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A54564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54564 is #5ABA9B. Grayscale: #656565. Windows color (decimal): -5946012 or 6571429. OLE color: 6571429.

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

Color convert

RGB16569100-
CMYK00.580.390.35
HSL340.62º41.03%45.88%-
HSV(B)340.62º58.18%64.71%-
XYZ19.9513.1813.55-
YUV101.24127.3173.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.40%
GREEN value IS 69 (27.34% from 255) = 20.66%
BLUE value IS 100 (39.45% from 255) = 29.94%
R=49.40%
G=20.66%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656910000.580.390.35340.6241.0345.88
HexA5456403A2723155292e
Octal24510514407247435255156
Binary10100101100010111001000111010100111100011101010101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54564; }

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

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

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

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

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

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

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

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