Html Css Color HEX #A8296B Rouge

📋 copy color: '#A8296B'

red 168 ◦ green 41 ◦ blue 107

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

Shades of Rouge #A8296B

Tints of Rouge #A8296B

RGB

 RED value IS 168 (66.02% from 255) = 53.16%

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

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

R = 53.16%
G = 12.97%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8296B (or 0xA8296B) is known color: Rouge. HEX triplet: A8, 29 and 6B. RGB value is (168,41,107). Sum of RGB (Red+Green+Blue) = 168+41+107=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A8296B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8296B is #57D694. Grayscale: #565656. Windows color (decimal): -5756565 or 7023016. OLE color: 7023016.

HSL color Cylindrical-coordinate representation of color #A8296B: hue angle of 328.82º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8296B is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 41 107 -
CMYK 0 0.76 0.36 0.34
HSL 328.82º 0.61% 0.41% -
HSV(B) 328.82º 0.76% 0.66% -
XYZ 19.6 10.97 14.99 -
YUV 86.5 139.58 186.13 -
System Red Green Blue C M Y K H S L
Decimal 168 41 107 0 0.76 0.36 0.34 328.82 0.61 0.41
Hex A8 29 6B 0 4C 24 22 149 3D 29
Octal 250 51 153 0 114 44 42 511 75 51
Binary 10101000 101001 1101011 0 1001100 100100 100010 101001001 111101 101001

Color Harmonies of #A8296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8296B

Black with #A8296B

Text Example


Text Example

White with #A8296B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8296B; }

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

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

background-color css

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

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

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

border-color css

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

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

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