#A53468

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

Shades of Rouge #A53468

Tints of Rouge #A53468

Color information

#A53468 (or 0xA53468) is unknown color: approx Rouge. HEX triplet: A5, 34 and 68. RGB value is (165,52,104). Sum of RGB (Red+Green+Blue) = 165+52+104=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A53468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53468 is #5ACB97. Grayscale: #5B5B5B. Windows color (decimal): -5950360 or 6829221. OLE color: 6829221.

HSL color Cylindrical-coordinate representation of color #A53468: hue angle of 332.39º 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 #A53468 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB16552104-
CMYK00.680.370.35
HSL332.39º52.07%42.55%-
HSV(B)332.39º68.48%64.71%-
XYZ19.2411.4514.29-
YUV91.71134.94180.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.40%
GREEN value IS 52 (20.70% from 255) = 16.20%
BLUE value IS 104 (41.02% from 255) = 32.40%
R=51.40%
G=16.20%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655210400.680.370.35332.3952.0742.55
HexA53468044252314c342b
Octal24564150010445435146453
Binary10100101110100110100001000100100101100011101001100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53468; }

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

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

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

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

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

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

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

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