Html Css Color HEX #AA3661 Rouge

📋 copy color: '#AA3661'

red 170 ◦ green 54 ◦ blue 97

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

Shades of Rouge #AA3661

Tints of Rouge #AA3661

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.82%

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

R = 52.96%
G = 16.82%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AA3661 (or 0xAA3661) is known color: Rouge. HEX triplet: AA, 36 and 61. RGB value is (170,54,97). Sum of RGB (Red+Green+Blue) = 170+54+97=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3661 is #55C99E. Grayscale: #5D5D5D. Windows color (decimal): -5622175 or 6370986. OLE color: 6370986.

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

Color convert

RGB 170 54 97 -
CMYK 0 0.68 0.43 0.33
HSL 337.76º 0.52% 0.44% -
HSV(B) 337.76º 0.68% 0.67% -
XYZ 20.05 12.05 12.58 -
YUV 93.59 129.93 182.5 -
System Red Green Blue C M Y K H S L
Decimal 170 54 97 0 0.68 0.43 0.33 337.76 0.52 0.44
Hex AA 36 61 0 44 2B 21 152 34 2C
Octal 252 66 141 0 104 53 41 522 64 54
Binary 10101010 110110 1100001 0 1000100 101011 100001 101010010 110100 101100

Color Harmonies of #AA3661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3661

Black with #AA3661

Text Example


Text Example

White with #AA3661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3661; }

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

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

background-color css

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

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

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

border-color css

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

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

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