Html Css Color HEX #AA336C Rouge

📋 copy color: '#AA336C'

red 170 ◦ green 51 ◦ blue 108

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

Shades of Rouge #AA336C

Tints of Rouge #AA336C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.83%

R = 51.67%
G = 15.5%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA336C (or 0xAA336C) is known color: Rouge. HEX triplet: AA, 33 and 6C. RGB value is (170,51,108). Sum of RGB (Red+Green+Blue) = 170+51+108=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA336C is #55CC93. Grayscale: #5C5C5C. Windows color (decimal): -5622932 or 7091114. OLE color: 7091114.

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

Color convert

RGB 170 51 108 -
CMYK 0 0.7 0.36 0.33
HSL 331.26º 0.54% 0.43% -
HSV(B) 331.26º 0.7% 0.67% -
XYZ 20.47 12 15.42 -
YUV 93.08 136.42 182.87 -
System Red Green Blue C M Y K H S L
Decimal 170 51 108 0 0.7 0.36 0.33 331.26 0.54 0.43
Hex AA 33 6C 0 46 24 21 14B 36 2B
Octal 252 63 154 0 106 44 41 513 66 53
Binary 10101010 110011 1101100 0 1000110 100100 100001 101001011 110110 101011

Color Harmonies of #AA336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA336C

Black with #AA336C

Text Example


Text Example

White with #AA336C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA336C; }

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

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

background-color css

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

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

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

border-color css

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

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

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