Html Css Color HEX #AA305F Rouge

📋 copy color: '#AA305F'

red 170 ◦ green 48 ◦ blue 95

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

Shades of Rouge #AA305F

Tints of Rouge #AA305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.35%

R = 54.31%
G = 15.34%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA305F (or 0xAA305F) is known color: Rouge. HEX triplet: AA, 30 and 5F. RGB value is (170,48,95). Sum of RGB (Red+Green+Blue) = 170+48+95=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA305F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA305F is #55CFA0. Grayscale: #595959. Windows color (decimal): -5623713 or 6238378. OLE color: 6238378.

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

Color convert

RGB 170 48 95 -
CMYK 0 0.72 0.44 0.33
HSL 336.89º 0.56% 0.43% -
HSV(B) 336.89º 0.72% 0.67% -
XYZ 19.7 11.49 12.01 -
YUV 89.84 130.92 185.18 -
System Red Green Blue C M Y K H S L
Decimal 170 48 95 0 0.72 0.44 0.33 336.89 0.56 0.43
Hex AA 30 5F 0 48 2C 21 151 38 2B
Octal 252 60 137 0 110 54 41 521 70 53
Binary 10101010 110000 1011111 0 1001000 101100 100001 101010001 111000 101011

Color Harmonies of #AA305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA305F

Black with #AA305F

Text Example


Text Example

White with #AA305F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA305F; }

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

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

background-color css

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

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

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

border-color css

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

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

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