Html Css Color HEX #A73971 Rouge

📋 copy color: '#A73971'

red 167 ◦ green 57 ◦ blue 113

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

Shades of Rouge #A73971

Tints of Rouge #A73971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.91%

 BLUE value IS 113 (44.53% from 255) = 33.53%

R = 49.55%
G = 16.91%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A73971 (or 0xA73971) is known color: Rouge. HEX triplet: A7, 39 and 71. RGB value is (167,57,113). Sum of RGB (Red+Green+Blue) = 167+57+113=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A73971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73971 is #58C68E. Grayscale: #606060. Windows color (decimal): -5817999 or 7420327. OLE color: 7420327.

HSL color Cylindrical-coordinate representation of color #A73971: hue angle of 329.45º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A73971 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 57 113 -
CMYK 0 0.66 0.32 0.35
HSL 329.45º 0.49% 0.44% -
HSV(B) 329.45º 0.66% 0.65% -
XYZ 20.38 12.33 16.93 -
YUV 96.27 137.44 178.45 -
System Red Green Blue C M Y K H S L
Decimal 167 57 113 0 0.66 0.32 0.35 329.45 0.49 0.44
Hex A7 39 71 0 42 20 23 149 31 2C
Octal 247 71 161 0 102 40 43 511 61 54
Binary 10100111 111001 1110001 0 1000010 100000 100011 101001001 110001 101100

Color Harmonies of #A73971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73971

Black with #A73971

Text Example


Text Example

White with #A73971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73971; }

 p { color: rgb(167,57,113); }

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

background-color css

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

 a { background-color: rgb(167,57,113); }

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

border-color css

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

 span { border-color: rgb(167,57,113); }

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