Html Css Color HEX #AA406C Rouge

📋 copy color: '#AA406C'

red 170 ◦ green 64 ◦ blue 108

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

Shades of Rouge #AA406C

Tints of Rouge #AA406C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.58%

R = 49.71%
G = 18.71%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA406C (or 0xAA406C) is known color: Rouge. HEX triplet: AA, 40 and 6C. RGB value is (170,64,108). Sum of RGB (Red+Green+Blue) = 170+64+108=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA406C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA406C is #55BF93. Grayscale: #646464. Windows color (decimal): -5619604 or 7094442. OLE color: 7094442.

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

Color convert

RGB 170 64 108 -
CMYK 0 0.62 0.36 0.33
HSL 335.09º 0.45% 0.46% -
HSV(B) 335.09º 0.62% 0.67% -
XYZ 21.12 13.3 15.64 -
YUV 100.71 132.12 177.42 -
System Red Green Blue C M Y K H S L
Decimal 170 64 108 0 0.62 0.36 0.33 335.09 0.45 0.46
Hex AA 40 6C 0 3E 24 21 14F 2D 2E
Octal 252 100 154 0 76 44 41 517 55 56
Binary 10101010 1000000 1101100 0 111110 100100 100001 101001111 101101 101110

Color Harmonies of #AA406C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA406C

Black with #AA406C

Text Example


Text Example

White with #AA406C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA406C; }

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

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

background-color css

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

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

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

border-color css

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

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

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