Html Css Color HEX #A73F66 Rouge

📋 copy color: '#A73F66'

red 167 ◦ green 63 ◦ blue 102

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

Shades of Rouge #A73F66

Tints of Rouge #A73F66

RGB

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

 GREEN value IS 63 (25% from 255) = 18.98%

 BLUE value IS 102 (40.23% from 255) = 30.72%

R = 50.3%
G = 18.98%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A73F66 (or 0xA73F66) is known color: Rouge. HEX triplet: A7, 3F and 66. RGB value is (167,63,102). Sum of RGB (Red+Green+Blue) = 167+63+102=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73F66 is #58C099. Grayscale: #626262. Windows color (decimal): -5816474 or 6700967. OLE color: 6700967.

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

Color convert

RGB 167 63 102 -
CMYK 0 0.62 0.39 0.35
HSL 337.5º 0.45% 0.45% -
HSV(B) 337.5º 0.62% 0.65% -
XYZ 20.11 12.73 13.97 -
YUV 98.54 129.96 176.83 -
System Red Green Blue C M Y K H S L
Decimal 167 63 102 0 0.62 0.39 0.35 337.5 0.45 0.45
Hex A7 3F 66 0 3E 27 23 152 2D 2D
Octal 247 77 146 0 76 47 43 522 55 55
Binary 10100111 111111 1100110 0 111110 100111 100011 101010010 101101 101101

Color Harmonies of #A73F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73F66

Black with #A73F66

Text Example


Text Example

White with #A73F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73F66; }

 p { color: rgb(167,63,102); }

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

background-color css

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

 a { background-color: rgb(167,63,102); }

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

border-color css

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

 span { border-color: rgb(167,63,102); }

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