#a72f6a

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

Shades of Rouge #A72F6A

Tints of Rouge #A72F6A

Color information

#A72F6A (or 0xA72F6A) is unknown color: approx Rouge. HEX triplet: A7, 2F and 6A. RGB value is (167,47,106). Sum of RGB (Red+Green+Blue) = 167+47+106=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A72F6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72F6A is #58D095. Grayscale: #595959. Windows color (decimal): -5820566 or 6959015. OLE color: 6959015.

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

Color convert

RGB16747106-
CMYK00.720.370.35
HSL330.5º56.07%41.96%-
HSV(B)330.5º71.86%65.49%-
XYZ19.5511.2914.78-
YUV89.61137.26183.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 52.19%
GREEN value IS 47 (18.75% from 255) = 14.69%
BLUE value IS 106 (41.80% from 255) = 33.12%
R=52.19%
G=14.69%
B=33.12%

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
Decimal1674710600.720.370.35330.556.0741.96
HexA72F6A048252314a382a
Octal24757152011045435127052
Binary10100111101111110101001001000100101100011101001010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a72f6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a72f6a; }

 p { color: rgb(167,47,106); }

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

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

 a { background-color: rgb(167,47,106); }

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

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

 span { border-color: rgb(167,47,106); }

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