Html Css Color HEX #AA276A Rouge

📋 copy color: '#AA276A'

red 170 ◦ green 39 ◦ blue 106

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

Shades of Rouge #AA276A

Tints of Rouge #AA276A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 53.97%
G = 12.38%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA276A (or 0xAA276A) is known color: Rouge. HEX triplet: AA, 27 and 6A. RGB value is (170,39,106). Sum of RGB (Red+Green+Blue) = 170+39+106=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA276A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA276A is #55D895. Grayscale: #555555. Windows color (decimal): -5626006 or 6956970. OLE color: 6956970.

HSL color Cylindrical-coordinate representation of color #AA276A: hue angle of 329.31º 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 #AA276A is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 39 106 -
CMYK 0 0.77 0.38 0.33
HSL 329.31º 0.63% 0.41% -
HSV(B) 329.31º 0.77% 0.67% -
XYZ 19.9 11.04 14.72 -
YUV 85.81 139.4 188.05 -
System Red Green Blue C M Y K H S L
Decimal 170 39 106 0 0.77 0.38 0.33 329.31 0.63 0.41
Hex AA 27 6A 0 4D 26 21 149 3F 29
Octal 252 47 152 0 115 46 41 511 77 51
Binary 10101010 100111 1101010 0 1001101 100110 100001 101001001 111111 101001

Color Harmonies of #AA276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA276A

Black with #AA276A

Text Example


Text Example

White with #AA276A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA276A; }

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

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

background-color css

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

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

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

border-color css

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

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

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