Html Css Color HEX #AA3F60 Rouge

📋 copy color: '#AA3F60'

red 170 ◦ green 63 ◦ blue 96

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

Shades of Rouge #AA3F60

Tints of Rouge #AA3F60

RGB

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

 GREEN value IS 63 (25% from 255) = 19.15%

 BLUE value IS 96 (37.89% from 255) = 29.18%

R = 51.67%
G = 19.15%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA3F60 (or 0xAA3F60) is known color: Rouge. HEX triplet: AA, 3F and 60. RGB value is (170,63,96). Sum of RGB (Red+Green+Blue) = 170+63+96=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3F60 is #55C09F. Grayscale: #626262. Windows color (decimal): -5619872 or 6307754. OLE color: 6307754.

HSL color Cylindrical-coordinate representation of color #AA3F60: hue angle of 341.5º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA3F60 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 63 96 -
CMYK 0 0.63 0.44 0.33
HSL 341.5º 0.46% 0.46% -
HSV(B) 341.5º 0.63% 0.67% -
XYZ 20.47 12.95 12.49 -
YUV 98.76 126.45 178.82 -
System Red Green Blue C M Y K H S L
Decimal 170 63 96 0 0.63 0.44 0.33 341.5 0.46 0.46
Hex AA 3F 60 0 3F 2C 21 155 2E 2E
Octal 252 77 140 0 77 54 41 525 56 56
Binary 10101010 111111 1100000 0 111111 101100 100001 101010101 101110 101110

Color Harmonies of #AA3F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F60

Black with #AA3F60

Text Example


Text Example

White with #AA3F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F60; }

 p { color: rgb(170,63,96); }

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

background-color css

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

 a { background-color: rgb(170,63,96); }

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

border-color css

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

 span { border-color: rgb(170,63,96); }

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