Html Css Color HEX #AA306D Rouge

📋 copy color: '#AA306D'

red 170 ◦ green 48 ◦ blue 109

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

Shades of Rouge #AA306D

Tints of Rouge #AA306D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.33%

R = 51.99%
G = 14.68%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA306D (or 0xAA306D) is known color: Rouge. HEX triplet: AA, 30 and 6D. RGB value is (170,48,109). Sum of RGB (Red+Green+Blue) = 170+48+109=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA306D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA306D is #55CF92. Grayscale: #5B5B5B. Windows color (decimal): -5623699 or 7155882. OLE color: 7155882.

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

Color convert

RGB 170 48 109 -
CMYK 0 0.72 0.36 0.33
HSL 330º 0.56% 0.43% -
HSV(B) 330º 0.72% 0.67% -
XYZ 20.39 11.76 15.66 -
YUV 91.43 137.92 184.04 -
System Red Green Blue C M Y K H S L
Decimal 170 48 109 0 0.72 0.36 0.33 330 0.56 0.43
Hex AA 30 6D 0 48 24 21 14A 38 2B
Octal 252 60 155 0 110 44 41 512 70 53
Binary 10101010 110000 1101101 0 1001000 100100 100001 101001010 111000 101011

Color Harmonies of #AA306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA306D

Black with #AA306D

Text Example


Text Example

White with #AA306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA306D; }

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

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

background-color css

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

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

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

border-color css

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

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

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