Html Css Color HEX #A74464 Rouge

📋 copy color: '#A74464'

red 167 ◦ green 68 ◦ blue 100

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

Shades of Rouge #A74464

Tints of Rouge #A74464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.3%

 BLUE value IS 100 (39.45% from 255) = 29.85%

R = 49.85%
G = 20.3%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A74464 (or 0xA74464) is known color: Rouge. HEX triplet: A7, 44 and 64. RGB value is (167,68,100). Sum of RGB (Red+Green+Blue) = 167+68+100=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A74464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74464 is #58BB9B. Grayscale: #656565. Windows color (decimal): -5815196 or 6571175. OLE color: 6571175.

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

Color convert

RGB 167 68 100 -
CMYK 0 0.59 0.40 0.35
HSL 340.61º 0.42% 0.46% -
HSV(B) 340.61º 0.59% 0.65% -
XYZ 20.3 13.27 13.55 -
YUV 101.25 127.3 174.9 -
System Red Green Blue C M Y K H S L
Decimal 167 68 100 0 0.59 0.40 0.35 340.61 0.42 0.46
Hex A7 44 64 0 3B 28 23 155 2A 2E
Octal 247 104 144 0 73 50 43 525 52 56
Binary 10100111 1000100 1100100 0 111011 101000 100011 101010101 101010 101110

Color Harmonies of #A74464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74464

Black with #A74464

Text Example


Text Example

White with #A74464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74464; }

 p { color: rgb(167,68,100); }

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

background-color css

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

 a { background-color: rgb(167,68,100); }

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

border-color css

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

 span { border-color: rgb(167,68,100); }

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