Html Css Color HEX #A7296D Rouge

📋 copy color: '#A7296D'

red 167 ◦ green 41 ◦ blue 109

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

Shades of Rouge #A7296D

Tints of Rouge #A7296D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.93%

 BLUE value IS 109 (42.97% from 255) = 34.38%

R = 52.68%
G = 12.93%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A7296D (or 0xA7296D) is known color: Rouge. HEX triplet: A7, 29 and 6D. RGB value is (167,41,109). Sum of RGB (Red+Green+Blue) = 167+41+109=317 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.68% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 167 - color contains mainly: red. Hex color #A7296D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7296D is #58D692. Grayscale: #565656. Windows color (decimal): -5822099 or 7154087. OLE color: 7154087.

HSL color Cylindrical-coordinate representation of color #A7296D: hue angle of 327.62º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7296D is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 41 109 -
CMYK 0 0.75 0.35 0.35
HSL 327.62º 0.61% 0.41% -
HSV(B) 327.62º 0.75% 0.65% -
XYZ 19.49 10.91 15.55 -
YUV 86.43 140.74 185.47 -
System Red Green Blue C M Y K H S L
Decimal 167 41 109 0 0.75 0.35 0.35 327.62 0.61 0.41
Hex A7 29 6D 0 4B 23 23 148 3D 29
Octal 247 51 155 0 113 43 43 510 75 51
Binary 10100111 101001 1101101 0 1001011 100011 100011 101001000 111101 101001

Color Harmonies of #A7296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7296D

Black with #A7296D

Text Example


Text Example

White with #A7296D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7296D; }

 p { color: rgb(167,41,109); }

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

background-color css

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

 a { background-color: rgb(167,41,109); }

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

border-color css

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

 span { border-color: rgb(167,41,109); }

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