Html Css Color HEX #AA286D Rouge

📋 copy color: '#AA286D'

red 170 ◦ green 40 ◦ blue 109

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

Shades of Rouge #AA286D

Tints of Rouge #AA286D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.54%

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 53.29%
G = 12.54%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA286D (or 0xAA286D) is known color: Rouge. HEX triplet: AA, 28 and 6D. RGB value is (170,40,109). Sum of RGB (Red+Green+Blue) = 170+40+109=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA286D is #55D792. Grayscale: #565656. Windows color (decimal): -5625747 or 7153834. OLE color: 7153834.

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

Color convert

RGB 170 40 109 -
CMYK 0 0.76 0.36 0.33
HSL 328.15º 0.62% 0.41% -
HSV(B) 328.15º 0.76% 0.67% -
XYZ 20.1 11.17 15.56 -
YUV 86.74 140.57 187.39 -
System Red Green Blue C M Y K H S L
Decimal 170 40 109 0 0.76 0.36 0.33 328.15 0.62 0.41
Hex AA 28 6D 0 4C 24 21 148 3E 29
Octal 252 50 155 0 114 44 41 510 76 51
Binary 10101010 101000 1101101 0 1001100 100100 100001 101001000 111110 101001

Color Harmonies of #AA286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA286D

Black with #AA286D

Text Example


Text Example

White with #AA286D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA286D; }

 p { color: rgb(170,40,109); }

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

background-color css

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

 a { background-color: rgb(170,40,109); }

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

border-color css

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

 span { border-color: rgb(170,40,109); }

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