Html Css Color HEX #AA365D Rouge

📋 copy color: '#AA365D'

red 170 ◦ green 54 ◦ blue 93

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

Shades of Rouge #AA365D

Tints of Rouge #AA365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.03%

 BLUE value IS 93 (36.72% from 255) = 29.34%

R = 53.63%
G = 17.03%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA365D (or 0xAA365D) is known color: Rouge. HEX triplet: AA, 36 and 5D. RGB value is (170,54,93). Sum of RGB (Red+Green+Blue) = 170+54+93=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA365D is #55C9A2. Grayscale: #5D5D5D. Windows color (decimal): -5622179 or 6108842. OLE color: 6108842.

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

Color convert

RGB 170 54 93 -
CMYK 0 0.68 0.45 0.33
HSL 339.83º 0.52% 0.44% -
HSV(B) 339.83º 0.68% 0.67% -
XYZ 19.87 11.97 11.62 -
YUV 93.13 127.93 182.83 -
System Red Green Blue C M Y K H S L
Decimal 170 54 93 0 0.68 0.45 0.33 339.83 0.52 0.44
Hex AA 36 5D 0 44 2D 21 154 34 2C
Octal 252 66 135 0 104 55 41 524 64 54
Binary 10101010 110110 1011101 0 1000100 101101 100001 101010100 110100 101100

Color Harmonies of #AA365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA365D

Black with #AA365D

Text Example


Text Example

White with #AA365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA365D; }

 p { color: rgb(170,54,93); }

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

background-color css

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

 a { background-color: rgb(170,54,93); }

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

border-color css

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

 span { border-color: rgb(170,54,93); }

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