Html Css Color HEX #AA446D Rouge

📋 copy color: '#AA446D'

red 170 ◦ green 68 ◦ blue 109

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

Shades of Rouge #AA446D

Tints of Rouge #AA446D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.41%

R = 48.99%
G = 19.6%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA446D (or 0xAA446D) is known color: Rouge. HEX triplet: AA, 44 and 6D. RGB value is (170,68,109). Sum of RGB (Red+Green+Blue) = 170+68+109=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA446D is #55BB92. Grayscale: #676767. Windows color (decimal): -5618579 or 7161002. OLE color: 7161002.

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

Color convert

RGB 170 68 109 -
CMYK 0 0.6 0.36 0.33
HSL 335.88º 0.43% 0.47% -
HSV(B) 335.88º 0.6% 0.67% -
XYZ 21.41 13.78 16 -
YUV 103.17 131.29 175.67 -
System Red Green Blue C M Y K H S L
Decimal 170 68 109 0 0.6 0.36 0.33 335.88 0.43 0.47
Hex AA 44 6D 0 3C 24 21 150 2B 2F
Octal 252 104 155 0 74 44 41 520 53 57
Binary 10101010 1000100 1101101 0 111100 100100 100001 101010000 101011 101111

Color Harmonies of #AA446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA446D

Black with #AA446D

Text Example


Text Example

White with #AA446D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA446D; }

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

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

background-color css

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

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

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

border-color css

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

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

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