Html Css Color HEX #AA3360 Rouge

📋 copy color: '#AA3360'

red 170 ◦ green 51 ◦ blue 96

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

Shades of Rouge #AA3360

Tints of Rouge #AA3360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.09%

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

R = 53.63%
G = 16.09%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA3360 (or 0xAA3360) is known color: Rouge. HEX triplet: AA, 33 and 60. RGB value is (170,51,96). Sum of RGB (Red+Green+Blue) = 170+51+96=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3360 is #55CC9F. Grayscale: #5B5B5B. Windows color (decimal): -5622944 or 6304682. OLE color: 6304682.

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

Color convert

RGB 170 51 96 -
CMYK 0 0.7 0.44 0.33
HSL 337.31º 0.54% 0.43% -
HSV(B) 337.31º 0.7% 0.67% -
XYZ 19.87 11.76 12.29 -
YUV 91.71 130.42 183.84 -
System Red Green Blue C M Y K H S L
Decimal 170 51 96 0 0.7 0.44 0.33 337.31 0.54 0.43
Hex AA 33 60 0 46 2C 21 151 36 2B
Octal 252 63 140 0 106 54 41 521 66 53
Binary 10101010 110011 1100000 0 1000110 101100 100001 101010001 110110 101011

Color Harmonies of #AA3360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3360

Black with #AA3360

Text Example


Text Example

White with #AA3360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3360; }

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

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

background-color css

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

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

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

border-color css

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

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

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