Html Css Color HEX #A72E6D Rouge

📋 copy color: '#A72E6D'

red 167 ◦ green 46 ◦ blue 109

#A72E6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #A72E6D

Tints of Rouge #A72E6D

RGB

 RED value IS 167 (65.63% from 255) = 51.86%

 GREEN value IS 46 (18.36% from 255) = 14.29%

 BLUE value IS 109 (42.97% from 255) = 33.85%

R = 51.86%
G = 14.29%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A72E6D (or 0xA72E6D) is known color: Rouge. HEX triplet: A7, 2E and 6D. RGB value is (167,46,109). Sum of RGB (Red+Green+Blue) = 167+46+109=322 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.86% from 322); Green value is 46 (18.36% from 255 or 14.29% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72E6D is #58D192. Grayscale: #595959. Windows color (decimal): -5820819 or 7155367. OLE color: 7155367.

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

Color convert

RGB 167 46 109 -
CMYK 0 0.72 0.35 0.35
HSL 328.76º 0.57% 0.42% -
HSV(B) 328.76º 0.72% 0.65% -
XYZ 19.67 11.27 15.61 -
YUV 89.36 139.09 183.38 -
System Red Green Blue C M Y K H S L
Decimal 167 46 109 0 0.72 0.35 0.35 328.76 0.57 0.42
Hex A7 2E 6D 0 48 23 23 149 39 2A
Octal 247 56 155 0 110 43 43 511 71 52
Binary 10100111 101110 1101101 0 1001000 100011 100011 101001001 111001 101010

Color Harmonies of #A72E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72E6D

Black with #A72E6D

Text Example


Text Example

White with #A72E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72E6D; }

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

 H1.HeaderClassName
 {
   color: #A72E6D;
 }
 .AnyTagClassName
 {
   color: #A72E6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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