Html Css Color HEX #AA276B Rouge

📋 copy color: '#AA276B'

red 170 ◦ green 39 ◦ blue 107

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

Shades of Rouge #AA276B

Tints of Rouge #AA276B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 53.8%
G = 12.34%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA276B (or 0xAA276B) is known color: Rouge. HEX triplet: AA, 27 and 6B. RGB value is (170,39,107). Sum of RGB (Red+Green+Blue) = 170+39+107=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA276B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA276B is #55D894. Grayscale: #555555. Windows color (decimal): -5626005 or 7022506. OLE color: 7022506.

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

Color convert

RGB 170 39 107 -
CMYK 0 0.77 0.37 0.33
HSL 328.85º 0.63% 0.41% -
HSV(B) 328.85º 0.77% 0.67% -
XYZ 19.96 11.06 14.99 -
YUV 85.92 139.9 187.97 -
System Red Green Blue C M Y K H S L
Decimal 170 39 107 0 0.77 0.37 0.33 328.85 0.63 0.41
Hex AA 27 6B 0 4D 25 21 149 3F 29
Octal 252 47 153 0 115 45 41 511 77 51
Binary 10101010 100111 1101011 0 1001101 100101 100001 101001001 111111 101001

Color Harmonies of #AA276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA276B

Black with #AA276B

Text Example


Text Example

White with #AA276B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA276B; }

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

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

background-color css

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

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

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

border-color css

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

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

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