Html Css Color HEX #AA3672 Rouge

📋 copy color: '#AA3672'

red 170 ◦ green 54 ◦ blue 114

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

Shades of Rouge #AA3672

Tints of Rouge #AA3672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.98%

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

R = 50.3%
G = 15.98%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA3672 (or 0xAA3672) is known color: Rouge. HEX triplet: AA, 36 and 72. RGB value is (170,54,114). Sum of RGB (Red+Green+Blue) = 170+54+114=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3672 is #55C98D. Grayscale: #5F5F5F. Windows color (decimal): -5622158 or 7485098. OLE color: 7485098.

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

Color convert

RGB 170 54 114 -
CMYK 0 0.68 0.33 0.33
HSL 328.97º 0.52% 0.44% -
HSV(B) 328.97º 0.68% 0.67% -
XYZ 20.93 12.4 17.21 -
YUV 95.52 138.43 181.12 -
System Red Green Blue C M Y K H S L
Decimal 170 54 114 0 0.68 0.33 0.33 328.97 0.52 0.44
Hex AA 36 72 0 44 21 21 149 34 2C
Octal 252 66 162 0 104 41 41 511 64 54
Binary 10101010 110110 1110010 0 1000100 100001 100001 101001001 110100 101100

Color Harmonies of #AA3672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3672

Black with #AA3672

Text Example


Text Example

White with #AA3672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3672; }

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

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

background-color css

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

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

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

border-color css

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

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

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