Html Css Color HEX #AA3564 Rouge

📋 copy color: '#AA3564'

red 170 ◦ green 53 ◦ blue 100

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

Shades of Rouge #AA3564

Tints of Rouge #AA3564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.96%

R = 52.63%
G = 16.41%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA3564 (or 0xAA3564) is known color: Rouge. HEX triplet: AA, 35 and 64. RGB value is (170,53,100). Sum of RGB (Red+Green+Blue) = 170+53+100=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3564 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3564 is #55CA9B. Grayscale: #5D5D5D. Windows color (decimal): -5622428 or 6567338. OLE color: 6567338.

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

Color convert

RGB 170 53 100 -
CMYK 0 0.69 0.41 0.33
HSL 335.9º 0.52% 0.44% -
HSV(B) 335.9º 0.69% 0.67% -
XYZ 20.15 12.01 13.31 -
YUV 93.34 131.76 182.68 -
System Red Green Blue C M Y K H S L
Decimal 170 53 100 0 0.69 0.41 0.33 335.9 0.52 0.44
Hex AA 35 64 0 45 29 21 150 34 2C
Octal 252 65 144 0 105 51 41 520 64 54
Binary 10101010 110101 1100100 0 1000101 101001 100001 101010000 110100 101100

Color Harmonies of #AA3564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3564

Black with #AA3564

Text Example


Text Example

White with #AA3564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3564; }

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

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

background-color css

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

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

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

border-color css

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

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

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