Html Css Color HEX #AA325D Rouge

📋 copy color: '#AA325D'

red 170 ◦ green 50 ◦ blue 93

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

Shades of Rouge #AA325D

Tints of Rouge #AA325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.97%

 BLUE value IS 93 (36.72% from 255) = 29.71%

R = 54.31%
G = 15.97%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA325D (or 0xAA325D) is known color: Rouge. HEX triplet: AA, 32 and 5D. RGB value is (170,50,93). Sum of RGB (Red+Green+Blue) = 170+50+93=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA325D is #55CDA2. Grayscale: #5A5A5A. Windows color (decimal): -5623203 or 6107818. OLE color: 6107818.

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

Color convert

RGB 170 50 93 -
CMYK 0 0.71 0.45 0.33
HSL 338.5º 0.55% 0.43% -
HSV(B) 338.5º 0.71% 0.67% -
XYZ 19.69 11.62 11.56 -
YUV 90.78 129.26 184.5 -
System Red Green Blue C M Y K H S L
Decimal 170 50 93 0 0.71 0.45 0.33 338.5 0.55 0.43
Hex AA 32 5D 0 47 2D 21 152 37 2B
Octal 252 62 135 0 107 55 41 522 67 53
Binary 10101010 110010 1011101 0 1000111 101101 100001 101010010 110111 101011

Color Harmonies of #AA325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA325D

Black with #AA325D

Text Example


Text Example

White with #AA325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA325D; }

 p { color: rgb(170,50,93); }

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

background-color css

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

 a { background-color: rgb(170,50,93); }

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

border-color css

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

 span { border-color: rgb(170,50,93); }

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