Html Css Color HEX #AA3C61 Rouge

📋 copy color: '#AA3C61'

red 170 ◦ green 60 ◦ blue 97

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

Shades of Rouge #AA3C61

Tints of Rouge #AA3C61

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.35%

 BLUE value IS 97 (38.28% from 255) = 29.66%

R = 51.99%
G = 18.35%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AA3C61 (or 0xAA3C61) is known color: Rouge. HEX triplet: AA, 3C and 61. RGB value is (170,60,97). Sum of RGB (Red+Green+Blue) = 170+60+97=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3C61 is #55C39E. Grayscale: #616161. Windows color (decimal): -5620639 or 6372522. OLE color: 6372522.

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

Color convert

RGB 170 60 97 -
CMYK 0 0.65 0.43 0.33
HSL 339.82º 0.48% 0.45% -
HSV(B) 339.82º 0.65% 0.67% -
XYZ 20.35 12.64 12.68 -
YUV 97.11 127.94 179.99 -
System Red Green Blue C M Y K H S L
Decimal 170 60 97 0 0.65 0.43 0.33 339.82 0.48 0.45
Hex AA 3C 61 0 41 2B 21 154 30 2D
Octal 252 74 141 0 101 53 41 524 60 55
Binary 10101010 111100 1100001 0 1000001 101011 100001 101010100 110000 101101

Color Harmonies of #AA3C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C61

Black with #AA3C61

Text Example


Text Example

White with #AA3C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C61; }

 p { color: rgb(170,60,97); }

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

background-color css

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

 a { background-color: rgb(170,60,97); }

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

border-color css

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

 span { border-color: rgb(170,60,97); }

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