Html Css Color HEX #AA3960 Rouge

📋 copy color: '#AA3960'

red 170 ◦ green 57 ◦ blue 96

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

Shades of Rouge #AA3960

Tints of Rouge #AA3960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.65%

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

R = 52.63%
G = 17.65%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA3960 (or 0xAA3960) is known color: Rouge. HEX triplet: AA, 39 and 60. RGB value is (170,57,96). Sum of RGB (Red+Green+Blue) = 170+57+96=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3960 is #55C69F. Grayscale: #5F5F5F. Windows color (decimal): -5621408 or 6306218. OLE color: 6306218.

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

Color convert

RGB 170 57 96 -
CMYK 0 0.66 0.44 0.33
HSL 339.29º 0.5% 0.45% -
HSV(B) 339.29º 0.66% 0.67% -
XYZ 20.15 12.32 12.38 -
YUV 95.23 128.44 181.33 -
System Red Green Blue C M Y K H S L
Decimal 170 57 96 0 0.66 0.44 0.33 339.29 0.5 0.45
Hex AA 39 60 0 42 2C 21 153 32 2D
Octal 252 71 140 0 102 54 41 523 62 55
Binary 10101010 111001 1100000 0 1000010 101100 100001 101010011 110010 101101

Color Harmonies of #AA3960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3960

Black with #AA3960

Text Example


Text Example

White with #AA3960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3960; }

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

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

background-color css

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

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

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

border-color css

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

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

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