Html Css Color HEX #AA3872 Rouge

📋 copy color: '#AA3872'

red 170 ◦ green 56 ◦ blue 114

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

Shades of Rouge #AA3872

Tints of Rouge #AA3872

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.47%

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

R = 50%
G = 16.47%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA3872 (or 0xAA3872) is known color: Rouge. HEX triplet: AA, 38 and 72. RGB value is (170,56,114). Sum of RGB (Red+Green+Blue) = 170+56+114=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3872 is #55C78D. Grayscale: #606060. Windows color (decimal): -5621646 or 7485610. OLE color: 7485610.

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

Color convert

RGB 170 56 114 -
CMYK 0 0.67 0.33 0.33
HSL 329.47º 0.5% 0.44% -
HSV(B) 329.47º 0.67% 0.67% -
XYZ 21.03 12.59 17.24 -
YUV 96.7 137.77 180.28 -
System Red Green Blue C M Y K H S L
Decimal 170 56 114 0 0.67 0.33 0.33 329.47 0.5 0.44
Hex AA 38 72 0 43 21 21 149 32 2C
Octal 252 70 162 0 103 41 41 511 62 54
Binary 10101010 111000 1110010 0 1000011 100001 100001 101001001 110010 101100

Color Harmonies of #AA3872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3872

Black with #AA3872

Text Example


Text Example

White with #AA3872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3872; }

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

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

background-color css

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

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

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

border-color css

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

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

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