Html Css Color HEX #AA296E Rouge

📋 copy color: '#AA296E'

red 170 ◦ green 41 ◦ blue 110

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

Shades of Rouge #AA296E

Tints of Rouge #AA296E

RGB

 RED value IS 170 (66.8% from 255) = 52.96%

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

 BLUE value IS 110 (43.36% from 255) = 34.27%

R = 52.96%
G = 12.77%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA296E (or 0xAA296E) is known color: Rouge. HEX triplet: AA, 29 and 6E. RGB value is (170,41,110). Sum of RGB (Red+Green+Blue) = 170+41+110=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA296E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA296E is #55D691. Grayscale: #575757. Windows color (decimal): -5625490 or 7219626. OLE color: 7219626.

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

Color convert

RGB 170 41 110 -
CMYK 0 0.76 0.35 0.33
HSL 327.91º 0.61% 0.41% -
HSV(B) 327.91º 0.76% 0.67% -
XYZ 20.18 11.26 15.86 -
YUV 87.44 140.74 186.89 -
System Red Green Blue C M Y K H S L
Decimal 170 41 110 0 0.76 0.35 0.33 327.91 0.61 0.41
Hex AA 29 6E 0 4C 23 21 148 3D 29
Octal 252 51 156 0 114 43 41 510 75 51
Binary 10101010 101001 1101110 0 1001100 100011 100001 101001000 111101 101001

Color Harmonies of #AA296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA296E

Black with #AA296E

Text Example


Text Example

White with #AA296E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA296E; }

 p { color: rgb(170,41,110); }

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

background-color css

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

 a { background-color: rgb(170,41,110); }

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

border-color css

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

 span { border-color: rgb(170,41,110); }

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