Html Css Color HEX #AA4266 Rouge

📋 copy color: '#AA4266'

red 170 ◦ green 66 ◦ blue 102

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

Shades of Rouge #AA4266

Tints of Rouge #AA4266

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.53%

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

R = 50.3%
G = 19.53%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA4266 (or 0xAA4266) is known color: Rouge. HEX triplet: AA, 42 and 66. RGB value is (170,66,102). Sum of RGB (Red+Green+Blue) = 170+66+102=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4266 is #55BD99. Grayscale: #656565. Windows color (decimal): -5619098 or 6701738. OLE color: 6701738.

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

Color convert

RGB 170 66 102 -
CMYK 0 0.61 0.4 0.33
HSL 339.23º 0.44% 0.46% -
HSV(B) 339.23º 0.61% 0.67% -
XYZ 20.92 13.4 14.05 -
YUV 101.2 128.46 177.07 -
System Red Green Blue C M Y K H S L
Decimal 170 66 102 0 0.61 0.4 0.33 339.23 0.44 0.46
Hex AA 42 66 0 3D 28 21 153 2C 2E
Octal 252 102 146 0 75 50 41 523 54 56
Binary 10101010 1000010 1100110 0 111101 101000 100001 101010011 101100 101110

Color Harmonies of #AA4266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4266

Black with #AA4266

Text Example


Text Example

White with #AA4266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4266; }

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

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

background-color css

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

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

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

border-color css

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

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

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