Html Css Color HEX #AA346A Rouge

📋 copy color: '#AA346A'

red 170 ◦ green 52 ◦ blue 106

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

Shades of Rouge #AA346A

Tints of Rouge #AA346A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.85%

 BLUE value IS 106 (41.8% from 255) = 32.32%

R = 51.83%
G = 15.85%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA346A (or 0xAA346A) is known color: Rouge. HEX triplet: AA, 34 and 6A. RGB value is (170,52,106). Sum of RGB (Red+Green+Blue) = 170+52+106=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA346A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA346A is #55CB95. Grayscale: #5D5D5D. Windows color (decimal): -5622678 or 6960298. OLE color: 6960298.

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

Color convert

RGB 170 52 106 -
CMYK 0 0.69 0.38 0.33
HSL 332.54º 0.53% 0.44% -
HSV(B) 332.54º 0.69% 0.67% -
XYZ 20.41 12.04 14.88 -
YUV 93.44 135.09 182.61 -
System Red Green Blue C M Y K H S L
Decimal 170 52 106 0 0.69 0.38 0.33 332.54 0.53 0.44
Hex AA 34 6A 0 45 26 21 14D 35 2C
Octal 252 64 152 0 105 46 41 515 65 54
Binary 10101010 110100 1101010 0 1000101 100110 100001 101001101 110101 101100

Color Harmonies of #AA346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA346A

Black with #AA346A

Text Example


Text Example

White with #AA346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA346A; }

 p { color: rgb(170,52,106); }

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

background-color css

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

 a { background-color: rgb(170,52,106); }

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

border-color css

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

 span { border-color: rgb(170,52,106); }

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