Html Css Color HEX #AA335D Rouge

📋 copy color: '#AA335D'

red 170 ◦ green 51 ◦ blue 93

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

Shades of Rouge #AA335D

Tints of Rouge #AA335D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.62%

R = 54.14%
G = 16.24%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA335D (or 0xAA335D) is known color: Rouge. HEX triplet: AA, 33 and 5D. RGB value is (170,51,93). Sum of RGB (Red+Green+Blue) = 170+51+93=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA335D is #55CCA2. Grayscale: #5B5B5B. Windows color (decimal): -5622947 or 6108074. OLE color: 6108074.

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

Color convert

RGB 170 51 93 -
CMYK 0 0.7 0.45 0.33
HSL 338.82º 0.54% 0.43% -
HSV(B) 338.82º 0.7% 0.67% -
XYZ 19.74 11.7 11.57 -
YUV 91.37 128.92 184.08 -
System Red Green Blue C M Y K H S L
Decimal 170 51 93 0 0.7 0.45 0.33 338.82 0.54 0.43
Hex AA 33 5D 0 46 2D 21 153 36 2B
Octal 252 63 135 0 106 55 41 523 66 53
Binary 10101010 110011 1011101 0 1000110 101101 100001 101010011 110110 101011

Color Harmonies of #AA335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA335D

Black with #AA335D

Text Example


Text Example

White with #AA335D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA335D; }

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

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

background-color css

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

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

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

border-color css

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

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

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