Html Css Color HEX #AA3560 Rouge

📋 copy color: '#AA3560'

red 170 ◦ green 53 ◦ blue 96

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

Shades of Rouge #AA3560

Tints of Rouge #AA3560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.61%

 BLUE value IS 96 (37.89% from 255) = 30.09%

R = 53.29%
G = 16.61%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA3560 (or 0xAA3560) is known color: Rouge. HEX triplet: AA, 35 and 60. RGB value is (170,53,96). Sum of RGB (Red+Green+Blue) = 170+53+96=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3560 is #55CA9F. Grayscale: #5C5C5C. Windows color (decimal): -5622432 or 6305194. OLE color: 6305194.

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

Color convert

RGB 170 53 96 -
CMYK 0 0.69 0.44 0.33
HSL 337.95º 0.52% 0.44% -
HSV(B) 337.95º 0.69% 0.67% -
XYZ 19.96 11.94 12.32 -
YUV 92.89 129.76 183 -
System Red Green Blue C M Y K H S L
Decimal 170 53 96 0 0.69 0.44 0.33 337.95 0.52 0.44
Hex AA 35 60 0 45 2C 21 152 34 2C
Octal 252 65 140 0 105 54 41 522 64 54
Binary 10101010 110101 1100000 0 1000101 101100 100001 101010010 110100 101100

Color Harmonies of #AA3560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3560

Black with #AA3560

Text Example


Text Example

White with #AA3560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3560; }

 p { color: rgb(170,53,96); }

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

background-color css

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

 a { background-color: rgb(170,53,96); }

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

border-color css

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

 span { border-color: rgb(170,53,96); }

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