Html Css Color HEX #A7296B Rouge

📋 copy color: '#A7296B'

red 167 ◦ green 41 ◦ blue 107

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

Shades of Rouge #A7296B

Tints of Rouge #A7296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.97%

R = 53.02%
G = 13.02%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A7296B (or 0xA7296B) is known color: Rouge. HEX triplet: A7, 29 and 6B. RGB value is (167,41,107). Sum of RGB (Red+Green+Blue) = 167+41+107=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A7296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7296B is #58D694. Grayscale: #565656. Windows color (decimal): -5822101 or 7023015. OLE color: 7023015.

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

Color convert

RGB 167 41 107 -
CMYK 0 0.75 0.36 0.35
HSL 328.57º 0.61% 0.41% -
HSV(B) 328.57º 0.75% 0.65% -
XYZ 19.38 10.86 14.99 -
YUV 86.2 139.74 185.63 -
System Red Green Blue C M Y K H S L
Decimal 167 41 107 0 0.75 0.36 0.35 328.57 0.61 0.41
Hex A7 29 6B 0 4B 24 23 149 3D 29
Octal 247 51 153 0 113 44 43 511 75 51
Binary 10100111 101001 1101011 0 1001011 100100 100011 101001001 111101 101001

Color Harmonies of #A7296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7296B

Black with #A7296B

Text Example


Text Example

White with #A7296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7296B; }

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

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

background-color css

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

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

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

border-color css

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

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

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