Html Css Color HEX #AA395B Rouge

📋 copy color: '#AA395B'

red 170 ◦ green 57 ◦ blue 91

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

Shades of Rouge #AA395B

Tints of Rouge #AA395B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.62%

R = 53.46%
G = 17.92%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA395B (or 0xAA395B) is known color: Rouge. HEX triplet: AA, 39 and 5B. RGB value is (170,57,91). Sum of RGB (Red+Green+Blue) = 170+57+91=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA395B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA395B is #55C6A4. Grayscale: #5E5E5E. Windows color (decimal): -5621413 or 5978538. OLE color: 5978538.

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

Color convert

RGB 170 57 91 -
CMYK 0 0.66 0.46 0.33
HSL 341.95º 0.5% 0.45% -
HSV(B) 341.95º 0.66% 0.67% -
XYZ 19.93 12.23 11.21 -
YUV 94.66 125.94 181.74 -
System Red Green Blue C M Y K H S L
Decimal 170 57 91 0 0.66 0.46 0.33 341.95 0.5 0.45
Hex AA 39 5B 0 42 2E 21 156 32 2D
Octal 252 71 133 0 102 56 41 526 62 55
Binary 10101010 111001 1011011 0 1000010 101110 100001 101010110 110010 101101

Color Harmonies of #AA395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA395B

Black with #AA395B

Text Example


Text Example

White with #AA395B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA395B; }

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

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

background-color css

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

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

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

border-color css

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

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

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