#a54c6d

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

Shades of Rouge #A54C6D

Tints of Rouge #A54C6D

Color information

#A54C6D (or 0xA54C6D) is unknown color: approx Rouge. HEX triplet: A5, 4C and 6D. RGB value is (165,76,109). Sum of RGB (Red+Green+Blue) = 165+76+109=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54C6D is #5AB392. Grayscale: #6A6A6A. Windows color (decimal): -5944211 or 7163045. OLE color: 7163045.

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

Color convert

RGB16576109-
CMYK00.540.340.35
HSL337.75º36.93%47.25%-
HSV(B)337.75º53.94%64.71%-
XYZ20.8614.2716.12-
YUV106.37129.49169.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.14%
GREEN value IS 76 (30.08% from 255) = 21.71%
BLUE value IS 109 (42.97% from 255) = 31.14%
R=47.14%
G=21.71%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657610900.540.340.35337.7536.9347.25
HexA54C6D0362223152252f
Octal24511415506642435224557
Binary10100101100110011011010110110100010100011101010010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a54c6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a54c6d; }

 p { color: rgb(165,76,109); }

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

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

 a { background-color: rgb(165,76,109); }

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

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

 span { border-color: rgb(165,76,109); }

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