#a72b6f

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

Shades of Rouge #A72B6F

Tints of Rouge #A72B6F

Color information

#A72B6F (or 0xA72B6F) is unknown color: approx Rouge. HEX triplet: A7, 2B and 6F. RGB value is (167,43,111). Sum of RGB (Red+Green+Blue) = 167+43+111=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A72B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72B6F is #58D490. Grayscale: #575757. Windows color (decimal): -5821585 or 7285671. OLE color: 7285671.

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

Color convert

RGB16743111-
CMYK00.740.340.35
HSL327.1º59.05%41.18%-
HSV(B)327.1º74.25%65.49%-
XYZ19.6711.0916.14-
YUV87.83141.08184.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.02%
GREEN value IS 43 (17.19% from 255) = 13.40%
BLUE value IS 111 (43.75% from 255) = 34.58%
R=52.02%
G=13.40%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674311100.740.340.35327.159.0541.18
HexA72B6F04A22231473b29
Octal24753157011242435077351
Binary10100111101011110111101001010100010100011101000111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a72b6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a72b6f; }

 p { color: rgb(167,43,111); }

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

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

 a { background-color: rgb(167,43,111); }

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

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

 span { border-color: rgb(167,43,111); }

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