Html Css Color HEX #AA3A72 Rouge

📋 copy color: '#AA3A72'

red 170 ◦ green 58 ◦ blue 114

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

Shades of Rouge #AA3A72

Tints of Rouge #AA3A72

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.96%

 BLUE value IS 114 (44.92% from 255) = 33.33%

R = 49.71%
G = 16.96%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA3A72 (or 0xAA3A72) is known color: Rouge. HEX triplet: AA, 3A and 72. RGB value is (170,58,114). Sum of RGB (Red+Green+Blue) = 170+58+114=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3A72 is #55C58D. Grayscale: #616161. Windows color (decimal): -5621134 or 7486122. OLE color: 7486122.

HSL color Cylindrical-coordinate representation of color #AA3A72: hue angle of 330º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3A72 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 58 114 -
CMYK 0 0.66 0.33 0.33
HSL 330º 0.49% 0.45% -
HSV(B) 330º 0.66% 0.67% -
XYZ 21.13 12.79 17.27 -
YUV 97.87 137.11 179.45 -
System Red Green Blue C M Y K H S L
Decimal 170 58 114 0 0.66 0.33 0.33 330 0.49 0.45
Hex AA 3A 72 0 42 21 21 14A 31 2D
Octal 252 72 162 0 102 41 41 512 61 55
Binary 10101010 111010 1110010 0 1000010 100001 100001 101001010 110001 101101

Color Harmonies of #AA3A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3A72

Black with #AA3A72

Text Example


Text Example

White with #AA3A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3A72; }

 p { color: rgb(170,58,114); }

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

background-color css

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

 a { background-color: rgb(170,58,114); }

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

border-color css

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

 span { border-color: rgb(170,58,114); }

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