Html Css Color HEX #AA366C Rouge

📋 copy color: '#AA366C'

red 170 ◦ green 54 ◦ blue 108

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

Shades of Rouge #AA366C

Tints of Rouge #AA366C

RGB

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

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

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

R = 51.2%
G = 16.27%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA366C (or 0xAA366C) is known color: Rouge. HEX triplet: AA, 36 and 6C. RGB value is (170,54,108). Sum of RGB (Red+Green+Blue) = 170+54+108=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA366C is #55C993. Grayscale: #5E5E5E. Windows color (decimal): -5622164 or 7091882. OLE color: 7091882.

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

Color convert

RGB 170 54 108 -
CMYK 0 0.68 0.36 0.33
HSL 332.07º 0.52% 0.44% -
HSV(B) 332.07º 0.68% 0.67% -
XYZ 20.6 12.27 15.47 -
YUV 94.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 170 54 108 0 0.68 0.36 0.33 332.07 0.52 0.44
Hex AA 36 6C 0 44 24 21 14C 34 2C
Octal 252 66 154 0 104 44 41 514 64 54
Binary 10101010 110110 1101100 0 1000100 100100 100001 101001100 110100 101100

Color Harmonies of #AA366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA366C

Black with #AA366C

Text Example


Text Example

White with #AA366C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA366C; }

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

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

background-color css

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

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

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

border-color css

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

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

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