#A8296C

Color #A8296C Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A8296C

Tints of Rouge #A8296C

Color information

#A8296C (or 0xA8296C) is unknown color: approx Rouge. HEX triplet: A8, 29 and 6C. RGB value is (168,41,108). Sum of RGB (Red+Green+Blue) = 168+41+108=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A8296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8296C is #57D693. Grayscale: #565656. Windows color (decimal): -5756564 or 7088552. OLE color: 7088552.

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

Color convert

RGB16841108-
CMYK00.760.360.34
HSL328.35º60.77%40.98%-
HSV(B)328.35º75.6%65.88%-
XYZ19.6510.9915.27-
YUV86.61140.08186.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.00%
GREEN value IS 41 (16.41% from 255) = 12.93%
BLUE value IS 108 (42.58% from 255) = 34.07%
R=53.00%
G=12.93%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684110800.760.360.34328.3560.7740.98
HexA8296C04C24221483d29
Octal25051154011444425107551
Binary10101000101001110110001001100100100100010101001000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8296C; }

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

 H1.HeaderClassName
 {
   color: #A8296C;
 }
 .AnyTagClassName
 {
   color: #A8296C;
 }
</style>
background-color css

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

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

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

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

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

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