Html Css Color HEX #AA3466 Rouge

📋 copy color: '#AA3466'

red 170 ◦ green 52 ◦ blue 102

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

Shades of Rouge #AA3466

Tints of Rouge #AA3466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.48%

R = 52.47%
G = 16.05%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA3466 (or 0xAA3466) is known color: Rouge. HEX triplet: AA, 34 and 66. RGB value is (170,52,102). Sum of RGB (Red+Green+Blue) = 170+52+102=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3466 is #55CB99. Grayscale: #5C5C5C. Windows color (decimal): -5622682 or 6698154. OLE color: 6698154.

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

Color convert

RGB 170 52 102 -
CMYK 0 0.69 0.4 0.33
HSL 334.58º 0.53% 0.44% -
HSV(B) 334.58º 0.69% 0.67% -
XYZ 20.2 11.96 13.81 -
YUV 92.98 133.09 182.93 -
System Red Green Blue C M Y K H S L
Decimal 170 52 102 0 0.69 0.4 0.33 334.58 0.53 0.44
Hex AA 34 66 0 45 28 21 14F 35 2C
Octal 252 64 146 0 105 50 41 517 65 54
Binary 10101010 110100 1100110 0 1000101 101000 100001 101001111 110101 101100

Color Harmonies of #AA3466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3466

Black with #AA3466

Text Example


Text Example

White with #AA3466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3466; }

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

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

background-color css

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

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

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

border-color css

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

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

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