Html Css Color HEX #AA305A Rouge

📋 copy color: '#AA305A'

red 170 ◦ green 48 ◦ blue 90

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

Shades of Rouge #AA305A

Tints of Rouge #AA305A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.22%

R = 55.19%
G = 15.58%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AA305A (or 0xAA305A) is known color: Rouge. HEX triplet: AA, 30 and 5A. RGB value is (170,48,90). Sum of RGB (Red+Green+Blue) = 170+48+90=308 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.19% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 170 - color contains mainly: red. Hex color #AA305A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA305A is #55CFA5. Grayscale: #595959. Windows color (decimal): -5623718 or 5910698. OLE color: 5910698.

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

Color convert

RGB 170 48 90 -
CMYK 0 0.72 0.47 0.33
HSL 339.34º 0.56% 0.43% -
HSV(B) 339.34º 0.72% 0.67% -
XYZ 19.48 11.4 10.85 -
YUV 89.27 128.42 185.58 -
System Red Green Blue C M Y K H S L
Decimal 170 48 90 0 0.72 0.47 0.33 339.34 0.56 0.43
Hex AA 30 5A 0 48 2F 21 153 38 2B
Octal 252 60 132 0 110 57 41 523 70 53
Binary 10101010 110000 1011010 0 1001000 101111 100001 101010011 111000 101011

Color Harmonies of #AA305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA305A

Black with #AA305A

Text Example


Text Example

White with #AA305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA305A; }

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

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

background-color css

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

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

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

border-color css

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

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

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