Html Css Color HEX #A74866 Rouge

📋 copy color: '#A74866'

red 167 ◦ green 72 ◦ blue 102

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

Shades of Rouge #A74866

Tints of Rouge #A74866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.11%

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

R = 48.97%
G = 21.11%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A74866 (or 0xA74866) is known color: Rouge. HEX triplet: A7, 48 and 66. RGB value is (167,72,102). Sum of RGB (Red+Green+Blue) = 167+72+102=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A74866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74866 is #58B799. Grayscale: #676767. Windows color (decimal): -5814170 or 6703271. OLE color: 6703271.

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

Color convert

RGB 167 72 102 -
CMYK 0 0.57 0.39 0.35
HSL 341.05º 0.4% 0.47% -
HSV(B) 341.05º 0.57% 0.65% -
XYZ 20.65 13.81 14.15 -
YUV 103.83 126.97 173.06 -
System Red Green Blue C M Y K H S L
Decimal 167 72 102 0 0.57 0.39 0.35 341.05 0.4 0.47
Hex A7 48 66 0 39 27 23 155 28 2F
Octal 247 110 146 0 71 47 43 525 50 57
Binary 10100111 1001000 1100110 0 111001 100111 100011 101010101 101000 101111

Color Harmonies of #A74866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74866

Black with #A74866

Text Example


Text Example

White with #A74866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74866; }

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

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

background-color css

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

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

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

border-color css

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

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

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