#A72E6C

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

Shades of Rouge #A72E6C

Tints of Rouge #A72E6C

Color information

#A72E6C (or 0xA72E6C) is unknown color: approx Rouge. HEX triplet: A7, 2E and 6C. RGB value is (167,46,108). Sum of RGB (Red+Green+Blue) = 167+46+108=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72E6C is #58D193. Grayscale: #595959. Windows color (decimal): -5820820 or 7089831. OLE color: 7089831.

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

Color convert

RGB16746108-
CMYK00.720.350.35
HSL329.26º56.81%41.76%-
HSV(B)329.26º72.46%65.49%-
XYZ19.6211.2515.33-
YUV89.25138.59183.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.02%
GREEN value IS 46 (18.36% from 255) = 14.33%
BLUE value IS 108 (42.58% from 255) = 33.64%
R=52.02%
G=14.33%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674610800.720.350.35329.2656.8141.76
HexA72E6C0482323149392a
Octal24756154011043435117152
Binary10100111101110110110001001000100011100011101001001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72E6C; }

 p { color: rgb(167,46,108); }

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

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

 a { background-color: rgb(167,46,108); }

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

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

 span { border-color: rgb(167,46,108); }

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