#A54B68

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

Shades of Rouge #A54B68

Tints of Rouge #A54B68

Color information

#A54B68 (or 0xA54B68) is unknown color: approx Rouge. HEX triplet: A5, 4B and 68. RGB value is (165,75,104). Sum of RGB (Red+Green+Blue) = 165+75+104=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54B68 is #5AB497. Grayscale: #696969. Windows color (decimal): -5944472 or 6835109. OLE color: 6835109.

HSL color Cylindrical-coordinate representation of color #A54B68: hue angle of 340.67º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A54B68 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB16575104-
CMYK00.550.370.35
HSL340.67º37.5%47.06%-
HSV(B)340.67º54.55%64.71%-
XYZ20.5314.0314.72-
YUV105.22127.32170.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.97%
GREEN value IS 75 (29.69% from 255) = 21.80%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=47.97%
G=21.80%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657510400.550.370.35340.6737.547.06
HexA54B680372523155262f
Octal24511315006745435254657
Binary10100101100101111010000110111100101100011101010101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54B68; }

 p { color: rgb(165,75,104); }

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

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

 a { background-color: rgb(165,75,104); }

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

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

 span { border-color: rgb(165,75,104); }

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