Html Css Color HEX #AA3372 Rouge

📋 copy color: '#AA3372'

red 170 ◦ green 51 ◦ blue 114

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

Shades of Rouge #AA3372

Tints of Rouge #AA3372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.03%

R = 50.75%
G = 15.22%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA3372 (or 0xAA3372) is known color: Rouge. HEX triplet: AA, 33 and 72. RGB value is (170,51,114). Sum of RGB (Red+Green+Blue) = 170+51+114=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3372 is #55CC8D. Grayscale: #5D5D5D. Windows color (decimal): -5622926 or 7484330. OLE color: 7484330.

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

Color convert

RGB 170 51 114 -
CMYK 0 0.7 0.33 0.33
HSL 328.24º 0.54% 0.43% -
HSV(B) 328.24º 0.7% 0.67% -
XYZ 20.8 12.13 17.16 -
YUV 93.76 139.42 182.38 -
System Red Green Blue C M Y K H S L
Decimal 170 51 114 0 0.7 0.33 0.33 328.24 0.54 0.43
Hex AA 33 72 0 46 21 21 148 36 2B
Octal 252 63 162 0 106 41 41 510 66 53
Binary 10101010 110011 1110010 0 1000110 100001 100001 101001000 110110 101011

Color Harmonies of #AA3372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3372

Black with #AA3372

Text Example


Text Example

White with #AA3372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3372; }

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

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

background-color css

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

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

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

border-color css

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

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

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