Html Css Color HEX #A73968 Rouge

📋 copy color: '#A73968'

red 167 ◦ green 57 ◦ blue 104

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

Shades of Rouge #A73968

Tints of Rouge #A73968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.71%

R = 50.91%
G = 17.38%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A73968 (or 0xA73968) is known color: Rouge. HEX triplet: A7, 39 and 68. RGB value is (167,57,104). Sum of RGB (Red+Green+Blue) = 167+57+104=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A73968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A73968 is #58C697. Grayscale: #5F5F5F. Windows color (decimal): -5818008 or 6830503. OLE color: 6830503.

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

Color convert

RGB 167 57 104 -
CMYK 0 0.66 0.38 0.35
HSL 334.36º 0.49% 0.44% -
HSV(B) 334.36º 0.66% 0.65% -
XYZ 19.9 12.14 14.39 -
YUV 95.25 132.94 179.18 -
System Red Green Blue C M Y K H S L
Decimal 167 57 104 0 0.66 0.38 0.35 334.36 0.49 0.44
Hex A7 39 68 0 42 26 23 14E 31 2C
Octal 247 71 150 0 102 46 43 516 61 54
Binary 10100111 111001 1101000 0 1000010 100110 100011 101001110 110001 101100

Color Harmonies of #A73968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73968

Black with #A73968

Text Example


Text Example

White with #A73968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73968; }

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

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

background-color css

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

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

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

border-color css

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

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

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