Html Css Color HEX #AA365C Rouge

📋 copy color: '#AA365C'

red 170 ◦ green 54 ◦ blue 92

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

Shades of Rouge #AA365C

Tints of Rouge #AA365C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.11%

R = 53.8%
G = 17.09%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA365C (or 0xAA365C) is known color: Rouge. HEX triplet: AA, 36 and 5C. RGB value is (170,54,92). Sum of RGB (Red+Green+Blue) = 170+54+92=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA365C is #55C9A3. Grayscale: #5C5C5C. Windows color (decimal): -5622180 or 6043306. OLE color: 6043306.

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

Color convert

RGB 170 54 92 -
CMYK 0 0.68 0.46 0.33
HSL 340.34º 0.52% 0.44% -
HSV(B) 340.34º 0.68% 0.67% -
XYZ 19.83 11.96 11.39 -
YUV 93.02 127.43 182.91 -
System Red Green Blue C M Y K H S L
Decimal 170 54 92 0 0.68 0.46 0.33 340.34 0.52 0.44
Hex AA 36 5C 0 44 2E 21 154 34 2C
Octal 252 66 134 0 104 56 41 524 64 54
Binary 10101010 110110 1011100 0 1000100 101110 100001 101010100 110100 101100

Color Harmonies of #AA365C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA365C

Black with #AA365C

Text Example


Text Example

White with #AA365C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA365C; }

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

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

background-color css

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

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

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

border-color css

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

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

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