Html Css Color HEX #AA486A Rouge

📋 copy color: '#AA486A'

red 170 ◦ green 72 ◦ blue 106

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

Shades of Rouge #AA486A

Tints of Rouge #AA486A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.69%

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

R = 48.85%
G = 20.69%
B = 30.46%

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

#AA486A (or 0xAA486A) is known color: Rouge. HEX triplet: AA, 48 and 6A. RGB value is (170,72,106). Sum of RGB (Red+Green+Blue) = 170+72+106=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA486A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA486A is #55B795. Grayscale: #696969. Windows color (decimal): -5617558 or 6965418. OLE color: 6965418.

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

Color convert

RGB 170 72 106 -
CMYK 0 0.58 0.38 0.33
HSL 339.18º 0.4% 0.47% -
HSV(B) 339.18º 0.58% 0.67% -
XYZ 21.5 14.22 15.25 -
YUV 105.18 128.47 174.24 -
System Red Green Blue C M Y K H S L
Decimal 170 72 106 0 0.58 0.38 0.33 339.18 0.4 0.47
Hex AA 48 6A 0 3A 26 21 153 28 2F
Octal 252 110 152 0 72 46 41 523 50 57
Binary 10101010 1001000 1101010 0 111010 100110 100001 101010011 101000 101111

Color Harmonies of #AA486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA486A

Black with #AA486A

Text Example


Text Example

White with #AA486A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA486A; }

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

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

background-color css

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

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

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

border-color css

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

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

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