Html Css Color HEX #AA4563 Rouge

📋 copy color: '#AA4563'

red 170 ◦ green 69 ◦ blue 99

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

Shades of Rouge #AA4563

Tints of Rouge #AA4563

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.41%

 BLUE value IS 99 (39.06% from 255) = 29.29%

R = 50.3%
G = 20.41%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA4563 (or 0xAA4563) is known color: Rouge. HEX triplet: AA, 45 and 63. RGB value is (170,69,99). Sum of RGB (Red+Green+Blue) = 170+69+99=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4563 is #55BA9C. Grayscale: #666666. Windows color (decimal): -5618333 or 6505898. OLE color: 6505898.

HSL color Cylindrical-coordinate representation of color #AA4563: hue angle of 342.18º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA4563 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 69 99 -
CMYK 0 0.59 0.42 0.33
HSL 342.18º 0.42% 0.47% -
HSV(B) 342.18º 0.59% 0.67% -
XYZ 20.96 13.7 13.34 -
YUV 102.62 125.96 176.06 -
System Red Green Blue C M Y K H S L
Decimal 170 69 99 0 0.59 0.42 0.33 342.18 0.42 0.47
Hex AA 45 63 0 3B 2A 21 156 2A 2F
Octal 252 105 143 0 73 52 41 526 52 57
Binary 10101010 1000101 1100011 0 111011 101010 100001 101010110 101010 101111

Color Harmonies of #AA4563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4563

Black with #AA4563

Text Example


Text Example

White with #AA4563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4563; }

 p { color: rgb(170,69,99); }

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

background-color css

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

 a { background-color: rgb(170,69,99); }

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

border-color css

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

 span { border-color: rgb(170,69,99); }

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