Html Css Color HEX #AA325B Rouge

📋 copy color: '#AA325B'

red 170 ◦ green 50 ◦ blue 91

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

Shades of Rouge #AA325B

Tints of Rouge #AA325B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.26%

R = 54.66%
G = 16.08%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA325B (or 0xAA325B) is known color: Rouge. HEX triplet: AA, 32 and 5B. RGB value is (170,50,91). Sum of RGB (Red+Green+Blue) = 170+50+91=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA325B is #55CDA4. Grayscale: #5A5A5A. Windows color (decimal): -5623205 or 5976746. OLE color: 5976746.

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

Color convert

RGB 170 50 91 -
CMYK 0 0.71 0.46 0.33
HSL 339.5º 0.55% 0.43% -
HSV(B) 339.5º 0.71% 0.67% -
XYZ 19.61 11.58 11.1 -
YUV 90.55 128.26 184.67 -
System Red Green Blue C M Y K H S L
Decimal 170 50 91 0 0.71 0.46 0.33 339.5 0.55 0.43
Hex AA 32 5B 0 47 2E 21 154 37 2B
Octal 252 62 133 0 107 56 41 524 67 53
Binary 10101010 110010 1011011 0 1000111 101110 100001 101010100 110111 101011

Color Harmonies of #AA325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA325B

Black with #AA325B

Text Example


Text Example

White with #AA325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA325B; }

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

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

background-color css

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

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

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

border-color css

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

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

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