Html Css Color HEX #AA336B Rouge

📋 copy color: '#AA336B'

red 170 ◦ green 51 ◦ blue 107

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

Shades of Rouge #AA336B

Tints of Rouge #AA336B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.62%

R = 51.83%
G = 15.55%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA336B (or 0xAA336B) is known color: Rouge. HEX triplet: AA, 33 and 6B. RGB value is (170,51,107). Sum of RGB (Red+Green+Blue) = 170+51+107=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA336B is #55CC94. Grayscale: #5C5C5C. Windows color (decimal): -5622933 or 7025578. OLE color: 7025578.

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

Color convert

RGB 170 51 107 -
CMYK 0 0.7 0.37 0.33
HSL 331.76º 0.54% 0.43% -
HSV(B) 331.76º 0.7% 0.67% -
XYZ 20.42 11.98 15.15 -
YUV 92.97 135.92 182.95 -
System Red Green Blue C M Y K H S L
Decimal 170 51 107 0 0.7 0.37 0.33 331.76 0.54 0.43
Hex AA 33 6B 0 46 25 21 14C 36 2B
Octal 252 63 153 0 106 45 41 514 66 53
Binary 10101010 110011 1101011 0 1000110 100101 100001 101001100 110110 101011

Color Harmonies of #AA336B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA336B

Black with #AA336B

Text Example


Text Example

White with #AA336B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA336B; }

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

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

background-color css

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

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

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

border-color css

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

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

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