Html Css Color HEX #AA365E Rouge

📋 copy color: '#AA365E'

red 170 ◦ green 54 ◦ blue 94

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

Shades of Rouge #AA365E

Tints of Rouge #AA365E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.56%

R = 53.46%
G = 16.98%
B = 29.56%

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

#AA365E (or 0xAA365E) is known color: Rouge. HEX triplet: AA, 36 and 5E. RGB value is (170,54,94). Sum of RGB (Red+Green+Blue) = 170+54+94=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA365E is #55C9A1. Grayscale: #5D5D5D. Windows color (decimal): -5622178 or 6174378. OLE color: 6174378.

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

Color convert

RGB 170 54 94 -
CMYK 0 0.68 0.45 0.33
HSL 339.31º 0.52% 0.44% -
HSV(B) 339.31º 0.68% 0.67% -
XYZ 19.92 11.99 11.85 -
YUV 93.24 128.43 182.75 -
System Red Green Blue C M Y K H S L
Decimal 170 54 94 0 0.68 0.45 0.33 339.31 0.52 0.44
Hex AA 36 5E 0 44 2D 21 153 34 2C
Octal 252 66 136 0 104 55 41 523 64 54
Binary 10101010 110110 1011110 0 1000100 101101 100001 101010011 110100 101100

Color Harmonies of #AA365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA365E

Black with #AA365E

Text Example


Text Example

White with #AA365E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA365E; }

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

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

background-color css

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

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

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

border-color css

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

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

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