Html Css Color HEX #A74964 Rouge

📋 copy color: '#A74964'

red 167 ◦ green 73 ◦ blue 100

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

Shades of Rouge #A74964

Tints of Rouge #A74964

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.47%

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

R = 49.12%
G = 21.47%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A74964 (or 0xA74964) is known color: Rouge. HEX triplet: A7, 49 and 64. RGB value is (167,73,100). Sum of RGB (Red+Green+Blue) = 167+73+100=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 167 - color contains mainly: red. Hex color #A74964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74964 is #58B69B. Grayscale: #686868. Windows color (decimal): -5813916 or 6572455. OLE color: 6572455.

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

Color convert

RGB 167 73 100 -
CMYK 0 0.56 0.40 0.35
HSL 342.77º 0.39% 0.47% -
HSV(B) 342.77º 0.56% 0.65% -
XYZ 20.62 13.9 13.65 -
YUV 104.18 125.64 172.8 -
System Red Green Blue C M Y K H S L
Decimal 167 73 100 0 0.56 0.40 0.35 342.77 0.39 0.47
Hex A7 49 64 0 38 28 23 157 27 2F
Octal 247 111 144 0 70 50 43 527 47 57
Binary 10100111 1001001 1100100 0 111000 101000 100011 101010111 100111 101111

Color Harmonies of #A74964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74964

Black with #A74964

Text Example


Text Example

White with #A74964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74964; }

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

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

background-color css

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

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

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

border-color css

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

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

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