Html Css Color HEX #AA336E Rouge

📋 copy color: '#AA336E'

red 170 ◦ green 51 ◦ blue 110

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

Shades of Rouge #AA336E

Tints of Rouge #AA336E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.41%

 BLUE value IS 110 (43.36% from 255) = 33.23%

R = 51.36%
G = 15.41%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA336E (or 0xAA336E) is known color: Rouge. HEX triplet: AA, 33 and 6E. RGB value is (170,51,110). Sum of RGB (Red+Green+Blue) = 170+51+110=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA336E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA336E is #55CC91. Grayscale: #5D5D5D. Windows color (decimal): -5622930 or 7222186. OLE color: 7222186.

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

Color convert

RGB 170 51 110 -
CMYK 0 0.7 0.35 0.33
HSL 330.25º 0.54% 0.43% -
HSV(B) 330.25º 0.7% 0.67% -
XYZ 20.58 12.04 15.99 -
YUV 93.31 137.42 182.7 -
System Red Green Blue C M Y K H S L
Decimal 170 51 110 0 0.7 0.35 0.33 330.25 0.54 0.43
Hex AA 33 6E 0 46 23 21 14A 36 2B
Octal 252 63 156 0 106 43 41 512 66 53
Binary 10101010 110011 1101110 0 1000110 100011 100001 101001010 110110 101011

Color Harmonies of #AA336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA336E

Black with #AA336E

Text Example


Text Example

White with #AA336E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA336E; }

 p { color: rgb(170,51,110); }

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

background-color css

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

 a { background-color: rgb(170,51,110); }

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

border-color css

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

 span { border-color: rgb(170,51,110); }

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