Html Css Color HEX #A73060 Rouge

📋 copy color: '#A73060'

red 167 ◦ green 48 ◦ blue 96

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

Shades of Rouge #A73060

Tints of Rouge #A73060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.43%

 BLUE value IS 96 (37.89% from 255) = 30.87%

R = 53.7%
G = 15.43%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A73060 (or 0xA73060) is known color: Rouge. HEX triplet: A7, 30 and 60. RGB value is (167,48,96). Sum of RGB (Red+Green+Blue) = 167+48+96=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A73060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73060 is #58CF9F. Grayscale: #585858. Windows color (decimal): -5820320 or 6303911. OLE color: 6303911.

HSL color Cylindrical-coordinate representation of color #A73060: hue angle of 335.8º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A73060 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 48 96 -
CMYK 0 0.71 0.43 0.35
HSL 335.8º 0.55% 0.42% -
HSV(B) 335.8º 0.71% 0.65% -
XYZ 19.1 11.17 12.22 -
YUV 89.05 131.92 183.6 -
System Red Green Blue C M Y K H S L
Decimal 167 48 96 0 0.71 0.43 0.35 335.8 0.55 0.42
Hex A7 30 60 0 47 2B 23 150 37 2A
Octal 247 60 140 0 107 53 43 520 67 52
Binary 10100111 110000 1100000 0 1000111 101011 100011 101010000 110111 101010

Color Harmonies of #A73060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73060

Black with #A73060

Text Example


Text Example

White with #A73060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73060; }

 p { color: rgb(167,48,96); }

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

background-color css

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

 a { background-color: rgb(167,48,96); }

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

border-color css

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

 span { border-color: rgb(167,48,96); }

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