Html Css Color HEX #AA486B Rouge

📋 copy color: '#AA486B'

red 170 ◦ green 72 ◦ blue 107

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

Shades of Rouge #AA486B

Tints of Rouge #AA486B

RGB

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

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

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

R = 48.71%
G = 20.63%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA486B (or 0xAA486B) is known color: Rouge. HEX triplet: AA, 48 and 6B. RGB value is (170,72,107). Sum of RGB (Red+Green+Blue) = 170+72+107=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA486B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA486B is #55B794. Grayscale: #696969. Windows color (decimal): -5617557 or 7030954. OLE color: 7030954.

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

Color convert

RGB 170 72 107 -
CMYK 0 0.58 0.37 0.33
HSL 338.57º 0.4% 0.47% -
HSV(B) 338.57º 0.58% 0.67% -
XYZ 21.55 14.24 15.52 -
YUV 105.29 128.97 174.15 -
System Red Green Blue C M Y K H S L
Decimal 170 72 107 0 0.58 0.37 0.33 338.57 0.4 0.47
Hex AA 48 6B 0 3A 25 21 153 28 2F
Octal 252 110 153 0 72 45 41 523 50 57
Binary 10101010 1001000 1101011 0 111010 100101 100001 101010011 101000 101111

Color Harmonies of #AA486B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA486B

Black with #AA486B

Text Example


Text Example

White with #AA486B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA486B; }

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

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

background-color css

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

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

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

border-color css

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

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

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