Html Css Color HEX #AA476A Rouge

📋 copy color: '#AA476A'

red 170 ◦ green 71 ◦ blue 106

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

Shades of Rouge #AA476A

Tints of Rouge #AA476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.46%

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

R = 48.99%
G = 20.46%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA476A (or 0xAA476A) is known color: Rouge. HEX triplet: AA, 47 and 6A. RGB value is (170,71,106). Sum of RGB (Red+Green+Blue) = 170+71+106=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA476A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA476A is #55B895. Grayscale: #686868. Windows color (decimal): -5617814 or 6965162. OLE color: 6965162.

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

Color convert

RGB 170 71 106 -
CMYK 0 0.58 0.38 0.33
HSL 338.79º 0.41% 0.47% -
HSV(B) 338.79º 0.58% 0.67% -
XYZ 21.43 14.09 15.23 -
YUV 104.59 128.8 174.65 -
System Red Green Blue C M Y K H S L
Decimal 170 71 106 0 0.58 0.38 0.33 338.79 0.41 0.47
Hex AA 47 6A 0 3A 26 21 153 29 2F
Octal 252 107 152 0 72 46 41 523 51 57
Binary 10101010 1000111 1101010 0 111010 100110 100001 101010011 101001 101111

Color Harmonies of #AA476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA476A

Black with #AA476A

Text Example


Text Example

White with #AA476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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