Html Css Color HEX #A73770 Rouge

📋 copy color: '#A73770'

red 167 ◦ green 55 ◦ blue 112

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

Shades of Rouge #A73770

Tints of Rouge #A73770

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.47%

 BLUE value IS 112 (44.14% from 255) = 33.53%

R = 50%
G = 16.47%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A73770 (or 0xA73770) is known color: Rouge. HEX triplet: A7, 37 and 70. RGB value is (167,55,112). Sum of RGB (Red+Green+Blue) = 167+55+112=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A73770 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73770 is #58C88F. Grayscale: #5E5E5E. Windows color (decimal): -5818512 or 7354279. OLE color: 7354279.

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

Color convert

RGB 167 55 112 -
CMYK 0 0.67 0.33 0.35
HSL 329.46º 0.5% 0.44% -
HSV(B) 329.46º 0.67% 0.65% -
XYZ 20.23 12.12 16.6 -
YUV 94.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 167 55 112 0 0.67 0.33 0.35 329.46 0.5 0.44
Hex A7 37 70 0 43 21 23 149 32 2C
Octal 247 67 160 0 103 41 43 511 62 54
Binary 10100111 110111 1110000 0 1000011 100001 100011 101001001 110010 101100

Color Harmonies of #A73770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73770

Black with #A73770

Text Example


Text Example

White with #A73770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73770; }

 p { color: rgb(167,55,112); }

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

background-color css

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

 a { background-color: rgb(167,55,112); }

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

border-color css

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

 span { border-color: rgb(167,55,112); }

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