Html Css Color HEX #AA446E Rouge

📋 copy color: '#AA446E'

red 170 ◦ green 68 ◦ blue 110

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

Shades of Rouge #AA446E

Tints of Rouge #AA446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.54%

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

R = 48.85%
G = 19.54%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA446E (or 0xAA446E) is known color: Rouge. HEX triplet: AA, 44 and 6E. RGB value is (170,68,110). Sum of RGB (Red+Green+Blue) = 170+68+110=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA446E is #55BB91. Grayscale: #676767. Windows color (decimal): -5618578 or 7226538. OLE color: 7226538.

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

Color convert

RGB 170 68 110 -
CMYK 0 0.6 0.35 0.33
HSL 335.29º 0.43% 0.47% -
HSV(B) 335.29º 0.6% 0.67% -
XYZ 21.46 13.81 16.29 -
YUV 103.29 131.79 175.58 -
System Red Green Blue C M Y K H S L
Decimal 170 68 110 0 0.6 0.35 0.33 335.29 0.43 0.47
Hex AA 44 6E 0 3C 23 21 14F 2B 2F
Octal 252 104 156 0 74 43 41 517 53 57
Binary 10101010 1000100 1101110 0 111100 100011 100001 101001111 101011 101111

Color Harmonies of #AA446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA446E

Black with #AA446E

Text Example


Text Example

White with #AA446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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