Html Css Color HEX #AA325A Rouge

📋 copy color: '#AA325A'

red 170 ◦ green 50 ◦ blue 90

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

Shades of Rouge #AA325A

Tints of Rouge #AA325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.03%

R = 54.84%
G = 16.13%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA325A (or 0xAA325A) is known color: Rouge. HEX triplet: AA, 32 and 5A. RGB value is (170,50,90). Sum of RGB (Red+Green+Blue) = 170+50+90=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA325A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA325A is #55CDA5. Grayscale: #5A5A5A. Windows color (decimal): -5623206 or 5911210. OLE color: 5911210.

HSL color Cylindrical-coordinate representation of color #AA325A: hue angle of 340º 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 #AA325A is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 50 90 -
CMYK 0 0.71 0.47 0.33
HSL 340º 0.55% 0.43% -
HSV(B) 340º 0.71% 0.67% -
XYZ 19.56 11.57 10.87 -
YUV 90.44 127.76 184.75 -
System Red Green Blue C M Y K H S L
Decimal 170 50 90 0 0.71 0.47 0.33 340 0.55 0.43
Hex AA 32 5A 0 47 2F 21 154 37 2B
Octal 252 62 132 0 107 57 41 524 67 53
Binary 10101010 110010 1011010 0 1000111 101111 100001 101010100 110111 101011

Color Harmonies of #AA325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA325A

Black with #AA325A

Text Example


Text Example

White with #AA325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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