Html Css Color HEX #AA366E Rouge

📋 copy color: '#AA366E'

red 170 ◦ green 54 ◦ blue 110

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

Shades of Rouge #AA366E

Tints of Rouge #AA366E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.93%

R = 50.9%
G = 16.17%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA366E (or 0xAA366E) is known color: Rouge. HEX triplet: AA, 36 and 6E. RGB value is (170,54,110). Sum of RGB (Red+Green+Blue) = 170+54+110=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA366E is #55C991. Grayscale: #5E5E5E. Windows color (decimal): -5622162 or 7222954. OLE color: 7222954.

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

Color convert

RGB 170 54 110 -
CMYK 0 0.68 0.35 0.33
HSL 331.03º 0.52% 0.44% -
HSV(B) 331.03º 0.68% 0.67% -
XYZ 20.71 12.31 16.04 -
YUV 95.07 136.43 181.45 -
System Red Green Blue C M Y K H S L
Decimal 170 54 110 0 0.68 0.35 0.33 331.03 0.52 0.44
Hex AA 36 6E 0 44 23 21 14B 34 2C
Octal 252 66 156 0 104 43 41 513 64 54
Binary 10101010 110110 1101110 0 1000100 100011 100001 101001011 110100 101100

Color Harmonies of #AA366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA366E

Black with #AA366E

Text Example


Text Example

White with #AA366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA366E; }

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

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

background-color css

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

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

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

border-color css

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

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

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