Html Css Color HEX #AA3573 Rouge

📋 copy color: '#AA3573'

red 170 ◦ green 53 ◦ blue 115

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

Shades of Rouge #AA3573

Tints of Rouge #AA3573

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.68%

 BLUE value IS 115 (45.31% from 255) = 34.02%

R = 50.3%
G = 15.68%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA3573 (or 0xAA3573) is known color: Rouge. HEX triplet: AA, 35 and 73. RGB value is (170,53,115). Sum of RGB (Red+Green+Blue) = 170+53+115=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3573 is #55CA8C. Grayscale: #5E5E5E. Windows color (decimal): -5622413 or 7550378. OLE color: 7550378.

HSL color Cylindrical-coordinate representation of color #AA3573: hue angle of 328.21º degrees, saturation: 0.52, 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 #AA3573 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 53 115 -
CMYK 0 0.69 0.32 0.33
HSL 328.21º 0.52% 0.44% -
HSV(B) 328.21º 0.69% 0.67% -
XYZ 20.95 12.33 17.5 -
YUV 95.05 139.26 181.46 -
System Red Green Blue C M Y K H S L
Decimal 170 53 115 0 0.69 0.32 0.33 328.21 0.52 0.44
Hex AA 35 73 0 45 20 21 148 34 2C
Octal 252 65 163 0 105 40 41 510 64 54
Binary 10101010 110101 1110011 0 1000101 100000 100001 101001000 110100 101100

Color Harmonies of #AA3573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3573

Black with #AA3573

Text Example


Text Example

White with #AA3573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3573; }

 p { color: rgb(170,53,115); }

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

background-color css

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

 a { background-color: rgb(170,53,115); }

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

border-color css

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

 span { border-color: rgb(170,53,115); }

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