Html Css Color HEX #A74662 Rouge

📋 copy color: '#A74662'

red 167 ◦ green 70 ◦ blue 98

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

Shades of Rouge #A74662

Tints of Rouge #A74662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.9%

 BLUE value IS 98 (38.67% from 255) = 29.25%

R = 49.85%
G = 20.9%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A74662 (or 0xA74662) is known color: Rouge. HEX triplet: A7, 46 and 62. RGB value is (167,70,98). Sum of RGB (Red+Green+Blue) = 167+70+98=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A74662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74662 is #58B99D. Grayscale: #666666. Windows color (decimal): -5814686 or 6440615. OLE color: 6440615.

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

Color convert

RGB 167 70 98 -
CMYK 0 0.58 0.41 0.35
HSL 342.68º 0.41% 0.46% -
HSV(B) 342.68º 0.58% 0.65% -
XYZ 20.33 13.48 13.09 -
YUV 102.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 167 70 98 0 0.58 0.41 0.35 342.68 0.41 0.46
Hex A7 46 62 0 3A 29 23 157 29 2E
Octal 247 106 142 0 72 51 43 527 51 56
Binary 10100111 1000110 1100010 0 111010 101001 100011 101010111 101001 101110

Color Harmonies of #A74662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74662

Black with #A74662

Text Example


Text Example

White with #A74662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74662; }

 p { color: rgb(167,70,98); }

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

background-color css

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

 a { background-color: rgb(167,70,98); }

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

border-color css

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

 span { border-color: rgb(167,70,98); }

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