Html Css Color HEX #AA3472 Rouge

📋 copy color: '#AA3472'

red 170 ◦ green 52 ◦ blue 114

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

Shades of Rouge #AA3472

Tints of Rouge #AA3472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.48%

 BLUE value IS 114 (44.92% from 255) = 33.93%

R = 50.6%
G = 15.48%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA3472 (or 0xAA3472) is known color: Rouge. HEX triplet: AA, 34 and 72. RGB value is (170,52,114). Sum of RGB (Red+Green+Blue) = 170+52+114=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3472 is #55CB8D. Grayscale: #5E5E5E. Windows color (decimal): -5622670 or 7484586. OLE color: 7484586.

HSL color Cylindrical-coordinate representation of color #AA3472: hue angle of 328.47º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3472 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 52 114 -
CMYK 0 0.69 0.33 0.33
HSL 328.47º 0.53% 0.44% -
HSV(B) 328.47º 0.69% 0.67% -
XYZ 20.84 12.22 17.18 -
YUV 94.35 139.09 181.96 -
System Red Green Blue C M Y K H S L
Decimal 170 52 114 0 0.69 0.33 0.33 328.47 0.53 0.44
Hex AA 34 72 0 45 21 21 148 35 2C
Octal 252 64 162 0 105 41 41 510 65 54
Binary 10101010 110100 1110010 0 1000101 100001 100001 101001000 110101 101100

Color Harmonies of #AA3472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3472

Black with #AA3472

Text Example


Text Example

White with #AA3472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3472; }

 p { color: rgb(170,52,114); }

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

background-color css

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

 a { background-color: rgb(170,52,114); }

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

border-color css

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

 span { border-color: rgb(170,52,114); }

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