Html Css Color HEX #AA396B Rouge

📋 copy color: '#AA396B'

red 170 ◦ green 57 ◦ blue 107

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

Shades of Rouge #AA396B

Tints of Rouge #AA396B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.07%

 BLUE value IS 107 (42.19% from 255) = 32.04%

R = 50.9%
G = 17.07%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#AA396B (or 0xAA396B) is known color: Rouge. HEX triplet: AA, 39 and 6B. RGB value is (170,57,107). Sum of RGB (Red+Green+Blue) = 170+57+107=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA396B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA396B is #55C694. Grayscale: #606060. Windows color (decimal): -5621397 or 7027114. OLE color: 7027114.

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

Color convert

RGB 170 57 107 -
CMYK 0 0.66 0.37 0.33
HSL 333.45º 0.5% 0.45% -
HSV(B) 333.45º 0.66% 0.67% -
XYZ 20.69 12.53 15.24 -
YUV 96.49 133.94 180.43 -
System Red Green Blue C M Y K H S L
Decimal 170 57 107 0 0.66 0.37 0.33 333.45 0.5 0.45
Hex AA 39 6B 0 42 25 21 14D 32 2D
Octal 252 71 153 0 102 45 41 515 62 55
Binary 10101010 111001 1101011 0 1000010 100101 100001 101001101 110010 101101

Color Harmonies of #AA396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA396B

Black with #AA396B

Text Example


Text Example

White with #AA396B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA396B; }

 p { color: rgb(170,57,107); }

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

background-color css

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

 a { background-color: rgb(170,57,107); }

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

border-color css

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

 span { border-color: rgb(170,57,107); }

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