Html Css Color HEX #AA3464 Rouge

📋 copy color: '#AA3464'

red 170 ◦ green 52 ◦ blue 100

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

Shades of Rouge #AA3464

Tints of Rouge #AA3464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.06%

R = 52.8%
G = 16.15%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA3464 (or 0xAA3464) is known color: Rouge. HEX triplet: AA, 34 and 64. RGB value is (170,52,100). Sum of RGB (Red+Green+Blue) = 170+52+100=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3464 is #55CB9B. Grayscale: #5C5C5C. Windows color (decimal): -5622684 or 6567082. OLE color: 6567082.

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

Color convert

RGB 170 52 100 -
CMYK 0 0.69 0.41 0.33
HSL 335.59º 0.53% 0.44% -
HSV(B) 335.59º 0.69% 0.67% -
XYZ 20.11 11.92 13.3 -
YUV 92.75 132.09 183.1 -
System Red Green Blue C M Y K H S L
Decimal 170 52 100 0 0.69 0.41 0.33 335.59 0.53 0.44
Hex AA 34 64 0 45 29 21 150 35 2C
Octal 252 64 144 0 105 51 41 520 65 54
Binary 10101010 110100 1100100 0 1000101 101001 100001 101010000 110101 101100

Color Harmonies of #AA3464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3464

Black with #AA3464

Text Example


Text Example

White with #AA3464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3464; }

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

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

background-color css

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

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

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

border-color css

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

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

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