#A72E69

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

Shades of Rouge #A72E69

Tints of Rouge #A72E69

Color information

#A72E69 (or 0xA72E69) is unknown color: approx Rouge. HEX triplet: A7, 2E and 69. RGB value is (167,46,105). Sum of RGB (Red+Green+Blue) = 167+46+105=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 46 (18.36% from 255 or 14.47% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72E69 is #58D196. Grayscale: #585858. Windows color (decimal): -5820823 or 6893223. OLE color: 6893223.

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

Color convert

RGB16746105-
CMYK00.720.370.35
HSL330.74º56.81%41.76%-
HSV(B)330.74º72.46%65.49%-
XYZ19.4611.1914.5-
YUV88.9137.09183.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.52%
GREEN value IS 46 (18.36% from 255) = 14.47%
BLUE value IS 105 (41.41% from 255) = 33.02%
R=52.52%
G=14.47%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674610500.720.370.35330.7456.8141.76
HexA72E69048252314b392a
Octal24756151011045435137152
Binary10100111101110110100101001000100101100011101001011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72E69; }

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

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

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

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

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

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

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

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