Html Css Color HEX #A73961 Rouge

📋 copy color: '#A73961'

red 167 ◦ green 57 ◦ blue 97

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

Shades of Rouge #A73961

Tints of Rouge #A73961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.22%

R = 52.02%
G = 17.76%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A73961 (or 0xA73961) is known color: Rouge. HEX triplet: A7, 39 and 61. RGB value is (167,57,97). Sum of RGB (Red+Green+Blue) = 167+57+97=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A73961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73961 is #58C69E. Grayscale: #5E5E5E. Windows color (decimal): -5818015 or 6371751. OLE color: 6371751.

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

Color convert

RGB 167 57 97 -
CMYK 0 0.66 0.42 0.35
HSL 338.18º 0.49% 0.44% -
HSV(B) 338.18º 0.66% 0.65% -
XYZ 19.56 12 12.6 -
YUV 94.45 129.44 179.75 -
System Red Green Blue C M Y K H S L
Decimal 167 57 97 0 0.66 0.42 0.35 338.18 0.49 0.44
Hex A7 39 61 0 42 2A 23 152 31 2C
Octal 247 71 141 0 102 52 43 522 61 54
Binary 10100111 111001 1100001 0 1000010 101010 100011 101010010 110001 101100

Color Harmonies of #A73961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73961

Black with #A73961

Text Example


Text Example

White with #A73961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73961; }

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

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

background-color css

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

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

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

border-color css

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

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

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