Html Css Color HEX #AA335C Rouge

📋 copy color: '#AA335C'

red 170 ◦ green 51 ◦ blue 92

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

Shades of Rouge #AA335C

Tints of Rouge #AA335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.39%

R = 54.31%
G = 16.29%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA335C (or 0xAA335C) is known color: Rouge. HEX triplet: AA, 33 and 5C. RGB value is (170,51,92). Sum of RGB (Red+Green+Blue) = 170+51+92=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA335C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA335C is #55CCA3. Grayscale: #5B5B5B. Windows color (decimal): -5622948 or 6042538. OLE color: 6042538.

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

Color convert

RGB 170 51 92 -
CMYK 0 0.7 0.46 0.33
HSL 339.33º 0.54% 0.43% -
HSV(B) 339.33º 0.7% 0.67% -
XYZ 19.69 11.69 11.34 -
YUV 91.26 128.42 184.17 -
System Red Green Blue C M Y K H S L
Decimal 170 51 92 0 0.7 0.46 0.33 339.33 0.54 0.43
Hex AA 33 5C 0 46 2E 21 153 36 2B
Octal 252 63 134 0 106 56 41 523 66 53
Binary 10101010 110011 1011100 0 1000110 101110 100001 101010011 110110 101011

Color Harmonies of #AA335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA335C

Black with #AA335C

Text Example


Text Example

White with #AA335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA335C; }

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

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

background-color css

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

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

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

border-color css

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

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

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