Html Css Color HEX #AA3063 Rouge

📋 copy color: '#AA3063'

red 170 ◦ green 48 ◦ blue 99

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

Shades of Rouge #AA3063

Tints of Rouge #AA3063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.23%

R = 53.63%
G = 15.14%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA3063 (or 0xAA3063) is known color: Rouge. HEX triplet: AA, 30 and 63. RGB value is (170,48,99). Sum of RGB (Red+Green+Blue) = 170+48+99=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3063 is #55CF9C. Grayscale: #5A5A5A. Windows color (decimal): -5623709 or 6500522. OLE color: 6500522.

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

Color convert

RGB 170 48 99 -
CMYK 0 0.72 0.42 0.33
HSL 334.92º 0.56% 0.43% -
HSV(B) 334.92º 0.72% 0.67% -
XYZ 19.89 11.56 12.99 -
YUV 90.29 132.92 184.85 -
System Red Green Blue C M Y K H S L
Decimal 170 48 99 0 0.72 0.42 0.33 334.92 0.56 0.43
Hex AA 30 63 0 48 2A 21 14F 38 2B
Octal 252 60 143 0 110 52 41 517 70 53
Binary 10101010 110000 1100011 0 1001000 101010 100001 101001111 111000 101011

Color Harmonies of #AA3063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3063

Black with #AA3063

Text Example


Text Example

White with #AA3063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3063; }

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

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

background-color css

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

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

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

border-color css

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

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

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