Html Css Color HEX #AA2E61 Rouge

📋 copy color: '#AA2E61'

red 170 ◦ green 46 ◦ blue 97

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

Shades of Rouge #AA2E61

Tints of Rouge #AA2E61

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.7%

 BLUE value IS 97 (38.28% from 255) = 30.99%

R = 54.31%
G = 14.7%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AA2E61 (or 0xAA2E61) is known color: Rouge. HEX triplet: AA, 2E and 61. RGB value is (170,46,97). Sum of RGB (Red+Green+Blue) = 170+46+97=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2E61 is #55D19E. Grayscale: #585858. Windows color (decimal): -5624223 or 6368938. OLE color: 6368938.

HSL color Cylindrical-coordinate representation of color #AA2E61: hue angle of 335.32º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA2E61 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 46 97 -
CMYK 0 0.73 0.43 0.33
HSL 335.32º 0.57% 0.42% -
HSV(B) 335.32º 0.73% 0.67% -
XYZ 19.71 11.36 12.46 -
YUV 88.89 132.58 185.85 -
System Red Green Blue C M Y K H S L
Decimal 170 46 97 0 0.73 0.43 0.33 335.32 0.57 0.42
Hex AA 2E 61 0 49 2B 21 14F 39 2A
Octal 252 56 141 0 111 53 41 517 71 52
Binary 10101010 101110 1100001 0 1001001 101011 100001 101001111 111001 101010

Color Harmonies of #AA2E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2E61

Black with #AA2E61

Text Example


Text Example

White with #AA2E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2E61; }

 p { color: rgb(170,46,97); }

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

background-color css

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

 a { background-color: rgb(170,46,97); }

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

border-color css

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

 span { border-color: rgb(170,46,97); }

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