Html Css Color HEX #A73C68 Rouge

📋 copy color: '#A73C68'

red 167 ◦ green 60 ◦ blue 104

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

Shades of Rouge #A73C68

Tints of Rouge #A73C68

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.13%

 BLUE value IS 104 (41.02% from 255) = 31.42%

R = 50.45%
G = 18.13%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A73C68 (or 0xA73C68) is known color: Rouge. HEX triplet: A7, 3C and 68. RGB value is (167,60,104). Sum of RGB (Red+Green+Blue) = 167+60+104=331 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.45% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73C68 is #58C397. Grayscale: #606060. Windows color (decimal): -5817240 or 6831271. OLE color: 6831271.

HSL color Cylindrical-coordinate representation of color #A73C68: hue angle of 335.33º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A73C68 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 60 104 -
CMYK 0 0.64 0.38 0.35
HSL 335.33º 0.47% 0.45% -
HSV(B) 335.33º 0.64% 0.65% -
XYZ 20.05 12.45 14.44 -
YUV 97.01 131.95 177.92 -
System Red Green Blue C M Y K H S L
Decimal 167 60 104 0 0.64 0.38 0.35 335.33 0.47 0.45
Hex A7 3C 68 0 40 26 23 14F 2F 2D
Octal 247 74 150 0 100 46 43 517 57 55
Binary 10100111 111100 1101000 0 1000000 100110 100011 101001111 101111 101101

Color Harmonies of #A73C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73C68

Black with #A73C68

Text Example


Text Example

White with #A73C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73C68; }

 p { color: rgb(167,60,104); }

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

background-color css

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

 a { background-color: rgb(167,60,104); }

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

border-color css

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

 span { border-color: rgb(167,60,104); }

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