#A53469

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

Shades of Rouge #A53469

Tints of Rouge #A53469

Color information

#A53469 (or 0xA53469) is unknown color: approx Rouge. HEX triplet: A5, 34 and 69. RGB value is (165,52,105). Sum of RGB (Red+Green+Blue) = 165+52+105=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A53469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53469 is #5ACB96. Grayscale: #5B5B5B. Windows color (decimal): -5950359 or 6894757. OLE color: 6894757.

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

Color convert

RGB16552105-
CMYK00.680.360.35
HSL331.86º52.07%42.55%-
HSV(B)331.86º68.48%64.71%-
XYZ19.2911.4814.56-
YUV91.83135.44180.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.24%
GREEN value IS 52 (20.70% from 255) = 16.15%
BLUE value IS 105 (41.41% from 255) = 32.61%
R=51.24%
G=16.15%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655210500.680.360.35331.8652.0742.55
HexA53469044242314c342b
Octal24564151010444435146453
Binary10100101110100110100101000100100100100011101001100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53469; }

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

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

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

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

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

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

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

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