Html Css Color HEX #AA446F Rouge

📋 copy color: '#AA446F'

red 170 ◦ green 68 ◦ blue 111

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

Shades of Rouge #AA446F

Tints of Rouge #AA446F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.81%

R = 48.71%
G = 19.48%
B = 31.81%

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

#AA446F (or 0xAA446F) is known color: Rouge. HEX triplet: AA, 44 and 6F. RGB value is (170,68,111). Sum of RGB (Red+Green+Blue) = 170+68+111=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA446F is #55BB90. Grayscale: #676767. Windows color (decimal): -5618577 or 7292074. OLE color: 7292074.

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

Color convert

RGB 170 68 111 -
CMYK 0 0.6 0.35 0.33
HSL 334.71º 0.43% 0.47% -
HSV(B) 334.71º 0.6% 0.67% -
XYZ 21.51 13.83 16.57 -
YUV 103.4 132.29 175.5 -
System Red Green Blue C M Y K H S L
Decimal 170 68 111 0 0.6 0.35 0.33 334.71 0.43 0.47
Hex AA 44 6F 0 3C 23 21 14F 2B 2F
Octal 252 104 157 0 74 43 41 517 53 57
Binary 10101010 1000100 1101111 0 111100 100011 100001 101001111 101011 101111

Color Harmonies of #AA446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA446F

Black with #AA446F

Text Example


Text Example

White with #AA446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA446F; }

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

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

background-color css

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

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

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

border-color css

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

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

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