Html Css Color HEX #AA3870 Rouge

📋 copy color: '#AA3870'

red 170 ◦ green 56 ◦ blue 112

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

Shades of Rouge #AA3870

Tints of Rouge #AA3870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.14%

R = 50.3%
G = 16.57%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA3870 (or 0xAA3870) is known color: Rouge. HEX triplet: AA, 38 and 70. RGB value is (170,56,112). Sum of RGB (Red+Green+Blue) = 170+56+112=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3870 is #55C78F. Grayscale: #606060. Windows color (decimal): -5621648 or 7354538. OLE color: 7354538.

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

Color convert

RGB 170 56 112 -
CMYK 0 0.67 0.34 0.33
HSL 330.53º 0.5% 0.44% -
HSV(B) 330.53º 0.67% 0.67% -
XYZ 20.92 12.54 16.65 -
YUV 96.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 170 56 112 0 0.67 0.34 0.33 330.53 0.5 0.44
Hex AA 38 70 0 43 22 21 14B 32 2C
Octal 252 70 160 0 103 42 41 513 62 54
Binary 10101010 111000 1110000 0 1000011 100010 100001 101001011 110010 101100

Color Harmonies of #AA3870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3870

Black with #AA3870

Text Example


Text Example

White with #AA3870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3870; }

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

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

background-color css

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

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

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

border-color css

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

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

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