Html Css Color HEX #AA3C6C Rouge

📋 copy color: '#AA3C6C'

red 170 ◦ green 60 ◦ blue 108

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

Shades of Rouge #AA3C6C

Tints of Rouge #AA3C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 50.3%
G = 17.75%
B = 31.95%

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

#AA3C6C (or 0xAA3C6C) is known color: Rouge. HEX triplet: AA, 3C and 6C. RGB value is (170,60,108). Sum of RGB (Red+Green+Blue) = 170+60+108=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3C6C is #55C393. Grayscale: #626262. Windows color (decimal): -5620628 or 7093418. OLE color: 7093418.

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

Color convert

RGB 170 60 108 -
CMYK 0 0.65 0.36 0.33
HSL 333.82º 0.48% 0.45% -
HSV(B) 333.82º 0.65% 0.67% -
XYZ 20.9 12.86 15.57 -
YUV 98.36 133.44 179.1 -
System Red Green Blue C M Y K H S L
Decimal 170 60 108 0 0.65 0.36 0.33 333.82 0.48 0.45
Hex AA 3C 6C 0 41 24 21 14E 30 2D
Octal 252 74 154 0 101 44 41 516 60 55
Binary 10101010 111100 1101100 0 1000001 100100 100001 101001110 110000 101101

Color Harmonies of #AA3C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C6C

Black with #AA3C6C

Text Example


Text Example

White with #AA3C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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