Html Css Color HEX #AA305B Rouge

📋 copy color: '#AA305B'

red 170 ◦ green 48 ◦ blue 91

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

Shades of Rouge #AA305B

Tints of Rouge #AA305B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.45%

R = 55.02%
G = 15.53%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA305B (or 0xAA305B) is known color: Rouge. HEX triplet: AA, 30 and 5B. RGB value is (170,48,91). Sum of RGB (Red+Green+Blue) = 170+48+91=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA305B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA305B is #55CFA4. Grayscale: #595959. Windows color (decimal): -5623717 or 5976234. OLE color: 5976234.

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

Color convert

RGB 170 48 91 -
CMYK 0 0.72 0.46 0.33
HSL 338.85º 0.56% 0.43% -
HSV(B) 338.85º 0.72% 0.67% -
XYZ 19.52 11.42 11.07 -
YUV 89.38 128.92 185.5 -
System Red Green Blue C M Y K H S L
Decimal 170 48 91 0 0.72 0.46 0.33 338.85 0.56 0.43
Hex AA 30 5B 0 48 2E 21 153 38 2B
Octal 252 60 133 0 110 56 41 523 70 53
Binary 10101010 110000 1011011 0 1001000 101110 100001 101010011 111000 101011

Color Harmonies of #AA305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA305B

Black with #AA305B

Text Example


Text Example

White with #AA305B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA305B; }

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

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

background-color css

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

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

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

border-color css

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

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

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