#A54369

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

Shades of Rouge #A54369

Tints of Rouge #A54369

Color information

#A54369 (or 0xA54369) is unknown color: approx Rouge. HEX triplet: A5, 43 and 69. RGB value is (165,67,105). Sum of RGB (Red+Green+Blue) = 165+67+105=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A54369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54369 is #5ABC96. Grayscale: #646464. Windows color (decimal): -5946519 or 6898597. OLE color: 6898597.

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

Color convert

RGB16567105-
CMYK00.590.360.35
HSL336.73º42.24%45.49%-
HSV(B)336.73º59.39%64.71%-
XYZ20.0713.0314.82-
YUV100.63130.47173.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.96%
GREEN value IS 67 (26.56% from 255) = 19.88%
BLUE value IS 105 (41.41% from 255) = 31.16%
R=48.96%
G=19.88%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656710500.590.360.35336.7342.2445.49
HexA5436903B24231512a2d
Octal24510315107344435215255
Binary10100101100001111010010111011100100100011101010001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54369; }

 p { color: rgb(165,67,105); }

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

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

 a { background-color: rgb(165,67,105); }

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

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

 span { border-color: rgb(165,67,105); }

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