Html Css Color HEX #AA3C6D Rouge

📋 copy color: '#AA3C6D'

red 170 ◦ green 60 ◦ blue 109

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

Shades of Rouge #AA3C6D

Tints of Rouge #AA3C6D

RGB

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

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

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

R = 50.15%
G = 17.7%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA3C6D (or 0xAA3C6D) is known color: Rouge. HEX triplet: AA, 3C and 6D. RGB value is (170,60,109). Sum of RGB (Red+Green+Blue) = 170+60+109=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3C6D is #55C392. Grayscale: #626262. Windows color (decimal): -5620627 or 7158954. OLE color: 7158954.

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

Color convert

RGB 170 60 109 -
CMYK 0 0.65 0.36 0.33
HSL 333.27º 0.48% 0.45% -
HSV(B) 333.27º 0.65% 0.67% -
XYZ 20.95 12.88 15.85 -
YUV 98.48 133.94 179.02 -
System Red Green Blue C M Y K H S L
Decimal 170 60 109 0 0.65 0.36 0.33 333.27 0.48 0.45
Hex AA 3C 6D 0 41 24 21 14D 30 2D
Octal 252 74 155 0 101 44 41 515 60 55
Binary 10101010 111100 1101101 0 1000001 100100 100001 101001101 110000 101101

Color Harmonies of #AA3C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C6D

Black with #AA3C6D

Text Example


Text Example

White with #AA3C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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