Html Css Color HEX #A72E6B Rouge

📋 copy color: '#A72E6B'

red 167 ◦ green 46 ◦ blue 107

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

Shades of Rouge #A72E6B

Tints of Rouge #A72E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.44%

R = 52.19%
G = 14.38%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A72E6B (or 0xA72E6B) is known color: Rouge. HEX triplet: A7, 2E and 6B. RGB value is (167,46,107). Sum of RGB (Red+Green+Blue) = 167+46+107=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72E6B is #58D194. Grayscale: #595959. Windows color (decimal): -5820821 or 7024295. OLE color: 7024295.

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

Color convert

RGB 167 46 107 -
CMYK 0 0.72 0.36 0.35
HSL 329.75º 0.57% 0.42% -
HSV(B) 329.75º 0.72% 0.65% -
XYZ 19.57 11.23 15.05 -
YUV 89.13 138.09 183.54 -
System Red Green Blue C M Y K H S L
Decimal 167 46 107 0 0.72 0.36 0.35 329.75 0.57 0.42
Hex A7 2E 6B 0 48 24 23 14A 39 2A
Octal 247 56 153 0 110 44 43 512 71 52
Binary 10100111 101110 1101011 0 1001000 100100 100011 101001010 111001 101010

Color Harmonies of #A72E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72E6B

Black with #A72E6B

Text Example


Text Example

White with #A72E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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