Html Css Color HEX #AA406B Rouge

📋 copy color: '#AA406B'

red 170 ◦ green 64 ◦ blue 107

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

Shades of Rouge #AA406B

Tints of Rouge #AA406B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.38%

R = 49.85%
G = 18.77%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA406B (or 0xAA406B) is known color: Rouge. HEX triplet: AA, 40 and 6B. RGB value is (170,64,107). Sum of RGB (Red+Green+Blue) = 170+64+107=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA406B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA406B is #55BF94. Grayscale: #646464. Windows color (decimal): -5619605 or 7028906. OLE color: 7028906.

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

Color convert

RGB 170 64 107 -
CMYK 0 0.62 0.37 0.33
HSL 335.66º 0.45% 0.46% -
HSV(B) 335.66º 0.62% 0.67% -
XYZ 21.06 13.27 15.36 -
YUV 100.6 131.62 177.5 -
System Red Green Blue C M Y K H S L
Decimal 170 64 107 0 0.62 0.37 0.33 335.66 0.45 0.46
Hex AA 40 6B 0 3E 25 21 150 2D 2E
Octal 252 100 153 0 76 45 41 520 55 56
Binary 10101010 1000000 1101011 0 111110 100101 100001 101010000 101101 101110

Color Harmonies of #AA406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA406B

Black with #AA406B

Text Example


Text Example

White with #AA406B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA406B; }

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

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

background-color css

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

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

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

border-color css

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

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

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