#A72A66

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

Shades of Rouge #A72A66

Tints of Rouge #A72A66

Color information

#A72A66 (or 0xA72A66) is unknown color: approx Rouge. HEX triplet: A7, 2A and 66. RGB value is (167,42,102). Sum of RGB (Red+Green+Blue) = 167+42+102=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72A66 is #58D599. Grayscale: #565656. Windows color (decimal): -5821850 or 6695591. OLE color: 6695591.

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

Color convert

RGB16742102-
CMYK00.750.390.35
HSL331.2º59.81%40.98%-
HSV(B)331.2º74.85%65.49%-
XYZ19.1610.8313.65-
YUV86.22136.91185.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.70%
GREEN value IS 42 (16.80% from 255) = 13.50%
BLUE value IS 102 (40.23% from 255) = 32.80%
R=53.70%
G=13.50%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674210200.750.390.35331.259.8140.98
HexA72A6604B272314b3c29
Octal24752146011347435137451
Binary10100111101010110011001001011100111100011101001011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72A66; }

 p { color: rgb(167,42,102); }

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

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

 a { background-color: rgb(167,42,102); }

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

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

 span { border-color: rgb(167,42,102); }

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