Html Css Color HEX #AA4A66 Rouge

📋 copy color: '#AA4A66'

red 170 ◦ green 74 ◦ blue 102

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

Shades of Rouge #AA4A66

Tints of Rouge #AA4A66

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.39%

 BLUE value IS 102 (40.23% from 255) = 29.48%

R = 49.13%
G = 21.39%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA4A66 (or 0xAA4A66) is known color: Rouge. HEX triplet: AA, 4A and 66. RGB value is (170,74,102). Sum of RGB (Red+Green+Blue) = 170+74+102=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4A66 is #55B599. Grayscale: #696969. Windows color (decimal): -5617050 or 6703786. OLE color: 6703786.

HSL color Cylindrical-coordinate representation of color #AA4A66: hue angle of 342.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4A66 is Cyan = 0, Magento = 0.56, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 74 102 -
CMYK 0 0.56 0.4 0.33
HSL 342.5º 0.39% 0.48% -
HSV(B) 342.5º 0.56% 0.67% -
XYZ 21.42 14.4 14.22 -
YUV 105.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 170 74 102 0 0.56 0.4 0.33 342.5 0.39 0.48
Hex AA 4A 66 0 38 28 21 156 27 30
Octal 252 112 146 0 70 50 41 526 47 60
Binary 10101010 1001010 1100110 0 111000 101000 100001 101010110 100111 110000

Color Harmonies of #AA4A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A66

Black with #AA4A66

Text Example


Text Example

White with #AA4A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A66; }

 p { color: rgb(170,74,102); }

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

background-color css

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

 a { background-color: rgb(170,74,102); }

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

border-color css

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

 span { border-color: rgb(170,74,102); }

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