Html Css Color HEX #AA4869 Rouge

📋 copy color: '#AA4869'

red 170 ◦ green 72 ◦ blue 105

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

Shades of Rouge #AA4869

Tints of Rouge #AA4869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.26%

R = 48.99%
G = 20.75%
B = 30.26%

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

#AA4869 (or 0xAA4869) is known color: Rouge. HEX triplet: AA, 48 and 69. RGB value is (170,72,105). Sum of RGB (Red+Green+Blue) = 170+72+105=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4869 is #55B796. Grayscale: #696969. Windows color (decimal): -5617559 or 6899882. OLE color: 6899882.

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

Color convert

RGB 170 72 105 -
CMYK 0 0.58 0.38 0.33
HSL 339.8º 0.4% 0.47% -
HSV(B) 339.8º 0.58% 0.67% -
XYZ 21.44 14.2 14.98 -
YUV 105.06 127.97 174.32 -
System Red Green Blue C M Y K H S L
Decimal 170 72 105 0 0.58 0.38 0.33 339.8 0.4 0.47
Hex AA 48 69 0 3A 26 21 154 28 2F
Octal 252 110 151 0 72 46 41 524 50 57
Binary 10101010 1001000 1101001 0 111010 100110 100001 101010100 101000 101111

Color Harmonies of #AA4869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4869

Black with #AA4869

Text Example


Text Example

White with #AA4869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4869; }

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

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

background-color css

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

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

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

border-color css

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

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

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