Html Css Color HEX #A74170 Rouge

📋 copy color: '#A74170'

red 167 ◦ green 65 ◦ blue 112

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

Shades of Rouge #A74170

Tints of Rouge #A74170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.9%

 BLUE value IS 112 (44.14% from 255) = 32.56%

R = 48.55%
G = 18.9%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A74170 (or 0xA74170) is known color: Rouge. HEX triplet: A7, 41 and 70. RGB value is (167,65,112). Sum of RGB (Red+Green+Blue) = 167+65+112=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A74170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74170 is #58BE8F. Grayscale: #646464. Windows color (decimal): -5815952 or 7356839. OLE color: 7356839.

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

Color convert

RGB 167 65 112 -
CMYK 0 0.61 0.33 0.35
HSL 332.35º 0.44% 0.45% -
HSV(B) 332.35º 0.61% 0.65% -
XYZ 20.75 13.17 16.78 -
YUV 100.86 134.29 175.18 -
System Red Green Blue C M Y K H S L
Decimal 167 65 112 0 0.61 0.33 0.35 332.35 0.44 0.45
Hex A7 41 70 0 3D 21 23 14C 2C 2D
Octal 247 101 160 0 75 41 43 514 54 55
Binary 10100111 1000001 1110000 0 111101 100001 100011 101001100 101100 101101

Color Harmonies of #A74170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74170

Black with #A74170

Text Example


Text Example

White with #A74170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74170; }

 p { color: rgb(167,65,112); }

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

background-color css

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

 a { background-color: rgb(167,65,112); }

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

border-color css

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

 span { border-color: rgb(167,65,112); }

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