Html Css Color HEX #AA3066 Rouge

📋 copy color: '#AA3066'

red 170 ◦ green 48 ◦ blue 102

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

Shades of Rouge #AA3066

Tints of Rouge #AA3066

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15%

 BLUE value IS 102 (40.23% from 255) = 31.88%

R = 53.13%
G = 15%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA3066 (or 0xAA3066) is known color: Rouge. HEX triplet: AA, 30 and 66. RGB value is (170,48,102). Sum of RGB (Red+Green+Blue) = 170+48+102=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3066 is #55CF99. Grayscale: #5A5A5A. Windows color (decimal): -5623706 or 6697130. OLE color: 6697130.

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

Color convert

RGB 170 48 102 -
CMYK 0 0.72 0.4 0.33
HSL 333.44º 0.56% 0.43% -
HSV(B) 333.44º 0.72% 0.67% -
XYZ 20.03 11.62 13.76 -
YUV 90.63 134.42 184.61 -
System Red Green Blue C M Y K H S L
Decimal 170 48 102 0 0.72 0.4 0.33 333.44 0.56 0.43
Hex AA 30 66 0 48 28 21 14D 38 2B
Octal 252 60 146 0 110 50 41 515 70 53
Binary 10101010 110000 1100110 0 1001000 101000 100001 101001101 111000 101011

Color Harmonies of #AA3066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3066

Black with #AA3066

Text Example


Text Example

White with #AA3066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3066; }

 p { color: rgb(170,48,102); }

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

background-color css

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

 a { background-color: rgb(170,48,102); }

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

border-color css

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

 span { border-color: rgb(170,48,102); }

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