Html Css Color HEX #AA4071 Rouge

📋 copy color: '#AA4071'

red 170 ◦ green 64 ◦ blue 113

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

Shades of Rouge #AA4071

Tints of Rouge #AA4071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.44%

 BLUE value IS 113 (44.53% from 255) = 32.56%

R = 48.99%
G = 18.44%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA4071 (or 0xAA4071) is known color: Rouge. HEX triplet: AA, 40 and 71. RGB value is (170,64,113). Sum of RGB (Red+Green+Blue) = 170+64+113=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4071 is #55BF8E. Grayscale: #656565. Windows color (decimal): -5619599 or 7422122. OLE color: 7422122.

HSL color Cylindrical-coordinate representation of color #AA4071: hue angle of 332.26º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA4071 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 64 113 -
CMYK 0 0.62 0.34 0.33
HSL 332.26º 0.45% 0.46% -
HSV(B) 332.26º 0.62% 0.67% -
XYZ 21.39 13.41 17.08 -
YUV 101.28 134.62 177.02 -
System Red Green Blue C M Y K H S L
Decimal 170 64 113 0 0.62 0.34 0.33 332.26 0.45 0.46
Hex AA 40 71 0 3E 22 21 14C 2D 2E
Octal 252 100 161 0 76 42 41 514 55 56
Binary 10101010 1000000 1110001 0 111110 100010 100001 101001100 101101 101110

Color Harmonies of #AA4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4071

Black with #AA4071

Text Example


Text Example

White with #AA4071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4071; }

 p { color: rgb(170,64,113); }

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

background-color css

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

 a { background-color: rgb(170,64,113); }

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

border-color css

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

 span { border-color: rgb(170,64,113); }

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