Html Css Color HEX #AA276D Rouge

📋 copy color: '#AA276D'

red 170 ◦ green 39 ◦ blue 109

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

Shades of Rouge #AA276D

Tints of Rouge #AA276D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.26%

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

R = 53.46%
G = 12.26%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA276D (or 0xAA276D) is known color: Rouge. HEX triplet: AA, 27 and 6D. RGB value is (170,39,109). Sum of RGB (Red+Green+Blue) = 170+39+109=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA276D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA276D is #55D892. Grayscale: #555555. Windows color (decimal): -5626003 or 7153578. OLE color: 7153578.

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

Color convert

RGB 170 39 109 -
CMYK 0 0.77 0.36 0.33
HSL 327.94º 0.63% 0.41% -
HSV(B) 327.94º 0.77% 0.67% -
XYZ 20.06 11.1 15.55 -
YUV 86.15 140.9 187.81 -
System Red Green Blue C M Y K H S L
Decimal 170 39 109 0 0.77 0.36 0.33 327.94 0.63 0.41
Hex AA 27 6D 0 4D 24 21 148 3F 29
Octal 252 47 155 0 115 44 41 510 77 51
Binary 10101010 100111 1101101 0 1001101 100100 100001 101001000 111111 101001

Color Harmonies of #AA276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA276D

Black with #AA276D

Text Example


Text Example

White with #AA276D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA276D; }

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

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

background-color css

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

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

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

border-color css

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

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

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