Html Css Color HEX #A73460 Rouge

📋 copy color: '#A73460'

red 167 ◦ green 52 ◦ blue 96

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

Shades of Rouge #A73460

Tints of Rouge #A73460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.51%

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

R = 53.02%
G = 16.51%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A73460 (or 0xA73460) is known color: Rouge. HEX triplet: A7, 34 and 60. RGB value is (167,52,96). Sum of RGB (Red+Green+Blue) = 167+52+96=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A73460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73460 is #58CB9F. Grayscale: #5B5B5B. Windows color (decimal): -5819296 or 6304935. OLE color: 6304935.

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

Color convert

RGB 167 52 96 -
CMYK 0 0.69 0.43 0.35
HSL 337.04º 0.53% 0.43% -
HSV(B) 337.04º 0.69% 0.65% -
XYZ 19.28 11.52 12.27 -
YUV 91.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 167 52 96 0 0.69 0.43 0.35 337.04 0.53 0.43
Hex A7 34 60 0 45 2B 23 151 35 2B
Octal 247 64 140 0 105 53 43 521 65 53
Binary 10100111 110100 1100000 0 1000101 101011 100011 101010001 110101 101011

Color Harmonies of #A73460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73460

Black with #A73460

Text Example


Text Example

White with #A73460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73460; }

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

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

background-color css

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

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

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

border-color css

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

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

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