Html Css Color HEX #AA3863 Rouge

📋 copy color: '#AA3863'

red 170 ◦ green 56 ◦ blue 99

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

Shades of Rouge #AA3863

Tints of Rouge #AA3863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.46%

R = 52.31%
G = 17.23%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA3863 (or 0xAA3863) is known color: Rouge. HEX triplet: AA, 38 and 63. RGB value is (170,56,99). Sum of RGB (Red+Green+Blue) = 170+56+99=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3863 is #55C79C. Grayscale: #5E5E5E. Windows color (decimal): -5621661 or 6502570. OLE color: 6502570.

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

Color convert

RGB 170 56 99 -
CMYK 0 0.67 0.42 0.33
HSL 337.37º 0.5% 0.44% -
HSV(B) 337.37º 0.67% 0.67% -
XYZ 20.24 12.28 13.11 -
YUV 94.99 130.27 181.5 -
System Red Green Blue C M Y K H S L
Decimal 170 56 99 0 0.67 0.42 0.33 337.37 0.5 0.44
Hex AA 38 63 0 43 2A 21 151 32 2C
Octal 252 70 143 0 103 52 41 521 62 54
Binary 10101010 111000 1100011 0 1000011 101010 100001 101010001 110010 101100

Color Harmonies of #AA3863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3863

Black with #AA3863

Text Example


Text Example

White with #AA3863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3863; }

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

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

background-color css

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

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

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

border-color css

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

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

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