Html Css Color HEX #AA2966 Rouge

📋 copy color: '#AA2966'

red 170 ◦ green 41 ◦ blue 102

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

Shades of Rouge #AA2966

Tints of Rouge #AA2966

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.1%

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

R = 54.31%
G = 13.1%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA2966 (or 0xAA2966) is known color: Rouge. HEX triplet: AA, 29 and 66. RGB value is (170,41,102). Sum of RGB (Red+Green+Blue) = 170+41+102=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2966 is #55D699. Grayscale: #565656. Windows color (decimal): -5625498 or 6695338. OLE color: 6695338.

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

Color convert

RGB 170 41 102 -
CMYK 0 0.76 0.4 0.33
HSL 331.63º 0.61% 0.41% -
HSV(B) 331.63º 0.76% 0.67% -
XYZ 19.77 11.09 13.67 -
YUV 86.53 136.74 187.54 -
System Red Green Blue C M Y K H S L
Decimal 170 41 102 0 0.76 0.4 0.33 331.63 0.61 0.41
Hex AA 29 66 0 4C 28 21 14C 3D 29
Octal 252 51 146 0 114 50 41 514 75 51
Binary 10101010 101001 1100110 0 1001100 101000 100001 101001100 111101 101001

Color Harmonies of #AA2966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2966

Black with #AA2966

Text Example


Text Example

White with #AA2966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2966; }

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

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

background-color css

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

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

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

border-color css

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

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

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