#A52C6C

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

Shades of Rouge #A52C6C

Tints of Rouge #A52C6C

Color information

#A52C6C (or 0xA52C6C) is unknown color: approx Rouge. HEX triplet: A5, 2C and 6C. RGB value is (165,44,108). Sum of RGB (Red+Green+Blue) = 165+44+108=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52C6C is #5AD393. Grayscale: #575757. Windows color (decimal): -5952404 or 7089317. OLE color: 7089317.

HSL color Cylindrical-coordinate representation of color #A52C6C: hue angle of 328.26º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A52C6C is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB16544108-
CMYK00.730.350.35
HSL328.26º57.89%40.98%-
HSV(B)328.26º73.33%64.71%-
XYZ19.1210.8815.28-
YUV87.48139.59183.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.05%
GREEN value IS 44 (17.58% from 255) = 13.88%
BLUE value IS 108 (42.58% from 255) = 34.07%
R=52.05%
G=13.88%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654410800.730.350.35328.2657.8940.98
HexA52C6C04923231483a29
Octal24554154011143435107251
Binary10100101101100110110001001001100011100011101001000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52C6C; }

 p { color: rgb(165,44,108); }

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

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

 a { background-color: rgb(165,44,108); }

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

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

 span { border-color: rgb(165,44,108); }

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