Html Css Color HEX #AA3873 Rouge

📋 copy color: '#AA3873'

red 170 ◦ green 56 ◦ blue 115

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

Shades of Rouge #AA3873

Tints of Rouge #AA3873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.72%

R = 49.85%
G = 16.42%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA3873 (or 0xAA3873) is known color: Rouge. HEX triplet: AA, 38 and 73. RGB value is (170,56,115). Sum of RGB (Red+Green+Blue) = 170+56+115=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3873 is #55C78C. Grayscale: #606060. Windows color (decimal): -5621645 or 7551146. OLE color: 7551146.

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

Color convert

RGB 170 56 115 -
CMYK 0 0.67 0.32 0.33
HSL 328.95º 0.5% 0.44% -
HSV(B) 328.95º 0.67% 0.67% -
XYZ 21.09 12.61 17.54 -
YUV 96.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 170 56 115 0 0.67 0.32 0.33 328.95 0.5 0.44
Hex AA 38 73 0 43 20 21 149 32 2C
Octal 252 70 163 0 103 40 41 511 62 54
Binary 10101010 111000 1110011 0 1000011 100000 100001 101001001 110010 101100

Color Harmonies of #AA3873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3873

Black with #AA3873

Text Example


Text Example

White with #AA3873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3873; }

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

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

background-color css

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

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

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

border-color css

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

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

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