Html Css Color HEX #AA326D Rouge

📋 copy color: '#AA326D'

red 170 ◦ green 50 ◦ blue 109

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

Shades of Rouge #AA326D

Tints of Rouge #AA326D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.13%

R = 51.67%
G = 15.2%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA326D (or 0xAA326D) is known color: Rouge. HEX triplet: AA, 32 and 6D. RGB value is (170,50,109). Sum of RGB (Red+Green+Blue) = 170+50+109=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA326D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA326D is #55CD92. Grayscale: #5C5C5C. Windows color (decimal): -5623187 or 7156394. OLE color: 7156394.

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

Color convert

RGB 170 50 109 -
CMYK 0 0.71 0.36 0.33
HSL 330.5º 0.55% 0.43% -
HSV(B) 330.5º 0.71% 0.67% -
XYZ 20.48 11.93 15.69 -
YUV 92.61 137.26 183.2 -
System Red Green Blue C M Y K H S L
Decimal 170 50 109 0 0.71 0.36 0.33 330.5 0.55 0.43
Hex AA 32 6D 0 47 24 21 14A 37 2B
Octal 252 62 155 0 107 44 41 512 67 53
Binary 10101010 110010 1101101 0 1000111 100100 100001 101001010 110111 101011

Color Harmonies of #AA326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA326D

Black with #AA326D

Text Example


Text Example

White with #AA326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA326D; }

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

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

background-color css

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

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

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

border-color css

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

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

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