Html Css Color HEX #A73964 Rouge

📋 copy color: '#A73964'

red 167 ◦ green 57 ◦ blue 100

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

Shades of Rouge #A73964

Tints of Rouge #A73964

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.59%

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

R = 51.54%
G = 17.59%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A73964 (or 0xA73964) is known color: Rouge. HEX triplet: A7, 39 and 64. RGB value is (167,57,100). Sum of RGB (Red+Green+Blue) = 167+57+100=324 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.54% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 167 - color contains mainly: red. Hex color #A73964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73964 is #58C69B. Grayscale: #5E5E5E. Windows color (decimal): -5818012 or 6568359. OLE color: 6568359.

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

Color convert

RGB 167 57 100 -
CMYK 0 0.66 0.40 0.35
HSL 336.55º 0.49% 0.44% -
HSV(B) 336.55º 0.66% 0.65% -
XYZ 19.7 12.06 13.35 -
YUV 94.79 130.94 179.5 -
System Red Green Blue C M Y K H S L
Decimal 167 57 100 0 0.66 0.40 0.35 336.55 0.49 0.44
Hex A7 39 64 0 42 28 23 151 31 2C
Octal 247 71 144 0 102 50 43 521 61 54
Binary 10100111 111001 1100100 0 1000010 101000 100011 101010001 110001 101100

Color Harmonies of #A73964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73964

Black with #A73964

Text Example


Text Example

White with #A73964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73964; }

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

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

background-color css

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

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

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

border-color css

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

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

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