Html Css Color HEX #AA486C Rouge

📋 copy color: '#AA486C'

red 170 ◦ green 72 ◦ blue 108

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

Shades of Rouge #AA486C

Tints of Rouge #AA486C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 48.57%
G = 20.57%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA486C (or 0xAA486C) is known color: Rouge. HEX triplet: AA, 48 and 6C. RGB value is (170,72,108). Sum of RGB (Red+Green+Blue) = 170+72+108=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA486C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA486C is #55B793. Grayscale: #696969. Windows color (decimal): -5617556 or 7096490. OLE color: 7096490.

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

Color convert

RGB 170 72 108 -
CMYK 0 0.58 0.36 0.33
HSL 337.96º 0.4% 0.47% -
HSV(B) 337.96º 0.58% 0.67% -
XYZ 21.6 14.26 15.8 -
YUV 105.41 129.47 174.07 -
System Red Green Blue C M Y K H S L
Decimal 170 72 108 0 0.58 0.36 0.33 337.96 0.4 0.47
Hex AA 48 6C 0 3A 24 21 152 28 2F
Octal 252 110 154 0 72 44 41 522 50 57
Binary 10101010 1001000 1101100 0 111010 100100 100001 101010010 101000 101111

Color Harmonies of #AA486C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA486C

Black with #AA486C

Text Example


Text Example

White with #AA486C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA486C; }

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

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

background-color css

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

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

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

border-color css

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

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

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