Html Css Color HEX #A72B6F Rouge

📋 copy color: '#A72B6F'

red 167 ◦ green 43 ◦ blue 111

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

Shades of Rouge #A72B6F

Tints of Rouge #A72B6F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.4%

 BLUE value IS 111 (43.75% from 255) = 34.58%

R = 52.02%
G = 13.4%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A72B6F (or 0xA72B6F) is known color: 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

RGB 167 43 111 -
CMYK 0 0.74 0.34 0.35
HSL 327.1º 0.59% 0.41% -
HSV(B) 327.1º 0.74% 0.65% -
XYZ 19.67 11.09 16.14 -
YUV 87.83 141.08 184.47 -
System Red Green Blue C M Y K H S L
Decimal 167 43 111 0 0.74 0.34 0.35 327.1 0.59 0.41
Hex A7 2B 6F 0 4A 22 23 147 3B 29
Octal 247 53 157 0 112 42 43 507 73 51
Binary 10100111 101011 1101111 0 1001010 100010 100011 101000111 111011 101001

Color Harmonies of #A72B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72B6F

Black with #A72B6F

Text Example


Text Example

White with #A72B6F

Text Example


Text Example

HTML Codes & Css Web 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>