Html Css Color HEX #AA346F Rouge

📋 copy color: '#AA346F'

red 170 ◦ green 52 ◦ blue 111

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

Shades of Rouge #AA346F

Tints of Rouge #AA346F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 51.05%
G = 15.62%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AA346F (or 0xAA346F) is known color: Rouge. HEX triplet: AA, 34 and 6F. RGB value is (170,52,111). Sum of RGB (Red+Green+Blue) = 170+52+111=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA346F is #55CB90. Grayscale: #5D5D5D. Windows color (decimal): -5622673 or 7287978. OLE color: 7287978.

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

Color convert

RGB 170 52 111 -
CMYK 0 0.69 0.35 0.33
HSL 330º 0.53% 0.44% -
HSV(B) 330º 0.69% 0.67% -
XYZ 20.67 12.15 16.29 -
YUV 94.01 137.59 182.2 -
System Red Green Blue C M Y K H S L
Decimal 170 52 111 0 0.69 0.35 0.33 330 0.53 0.44
Hex AA 34 6F 0 45 23 21 14A 35 2C
Octal 252 64 157 0 105 43 41 512 65 54
Binary 10101010 110100 1101111 0 1000101 100011 100001 101001010 110101 101100

Color Harmonies of #AA346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA346F

Black with #AA346F

Text Example


Text Example

White with #AA346F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA346F; }

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

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

background-color css

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

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

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

border-color css

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

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

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