#A54060

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

Shades of Rouge #A54060

Tints of Rouge #A54060

Color information

#A54060 (or 0xA54060) is unknown color: approx Rouge. HEX triplet: A5, 40 and 60. RGB value is (165,64,96). Sum of RGB (Red+Green+Blue) = 165+64+96=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A54060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54060 is #5ABF9F. Grayscale: #616161. Windows color (decimal): -5947296 or 6308005. OLE color: 6308005.

HSL color Cylindrical-coordinate representation of color #A54060: hue angle of 340.99º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A54060 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB1656496-
CMYK00.610.420.35
HSL340.99º44.1%44.9%-
HSV(B)340.99º61.21%64.71%-
XYZ19.4612.5112.46-
YUV97.85126.96175.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.77%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=50.77%
G=19.69%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165649600.610.420.35340.9944.144.9
HexA5406003D2A231552c2d
Octal24510014007552435255455
Binary10100101100000011000000111101101010100011101010101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54060; }

 p { color: rgb(165,64,96); }

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

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

 a { background-color: rgb(165,64,96); }

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

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

 span { border-color: rgb(165,64,96); }

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