Html Css Color HEX #AA486D Rouge

📋 copy color: '#AA486D'

red 170 ◦ green 72 ◦ blue 109

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

Shades of Rouge #AA486D

Tints of Rouge #AA486D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.05%

R = 48.43%
G = 20.51%
B = 31.05%

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

#AA486D (or 0xAA486D) is known color: Rouge. HEX triplet: AA, 48 and 6D. RGB value is (170,72,109). Sum of RGB (Red+Green+Blue) = 170+72+109=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA486D is #55B792. Grayscale: #696969. Windows color (decimal): -5617555 or 7162026. OLE color: 7162026.

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

Color convert

RGB 170 72 109 -
CMYK 0 0.58 0.36 0.33
HSL 337.35º 0.4% 0.47% -
HSV(B) 337.35º 0.58% 0.67% -
XYZ 21.66 14.28 16.08 -
YUV 105.52 129.97 173.99 -
System Red Green Blue C M Y K H S L
Decimal 170 72 109 0 0.58 0.36 0.33 337.35 0.4 0.47
Hex AA 48 6D 0 3A 24 21 151 28 2F
Octal 252 110 155 0 72 44 41 521 50 57
Binary 10101010 1001000 1101101 0 111010 100100 100001 101010001 101000 101111

Color Harmonies of #AA486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA486D

Black with #AA486D

Text Example


Text Example

White with #AA486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA486D; }

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

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

background-color css

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

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

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

border-color css

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

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

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