Html Css Color HEX #A74764 Rouge

📋 copy color: '#A74764'

red 167 ◦ green 71 ◦ blue 100

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

Shades of Rouge #A74764

Tints of Rouge #A74764

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

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

R = 49.41%
G = 21.01%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A74764 (or 0xA74764) is known color: Rouge. HEX triplet: A7, 47 and 64. RGB value is (167,71,100). Sum of RGB (Red+Green+Blue) = 167+71+100=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A74764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74764 is #58B89B. Grayscale: #666666. Windows color (decimal): -5814428 or 6571943. OLE color: 6571943.

HSL color Cylindrical-coordinate representation of color #A74764: hue angle of 341.88º 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 #A74764 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 71 100 -
CMYK 0 0.57 0.40 0.35
HSL 341.88º 0.4% 0.47% -
HSV(B) 341.88º 0.57% 0.65% -
XYZ 20.49 13.64 13.61 -
YUV 103.01 126.3 173.64 -
System Red Green Blue C M Y K H S L
Decimal 167 71 100 0 0.57 0.40 0.35 341.88 0.4 0.47
Hex A7 47 64 0 39 28 23 156 28 2F
Octal 247 107 144 0 71 50 43 526 50 57
Binary 10100111 1000111 1100100 0 111001 101000 100011 101010110 101000 101111

Color Harmonies of #A74764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74764

Black with #A74764

Text Example


Text Example

White with #A74764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74764; }

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

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

background-color css

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

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

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

border-color css

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

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

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