Html Css Color HEX #AA395C Rouge

📋 copy color: '#AA395C'

red 170 ◦ green 57 ◦ blue 92

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

Shades of Rouge #AA395C

Tints of Rouge #AA395C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.84%

R = 53.29%
G = 17.87%
B = 28.84%

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

#AA395C (or 0xAA395C) is known color: Rouge. HEX triplet: AA, 39 and 5C. RGB value is (170,57,92). Sum of RGB (Red+Green+Blue) = 170+57+92=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA395C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA395C is #55C6A3. Grayscale: #5E5E5E. Windows color (decimal): -5621412 or 6044074. OLE color: 6044074.

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

Color convert

RGB 170 57 92 -
CMYK 0 0.66 0.46 0.33
HSL 341.42º 0.5% 0.45% -
HSV(B) 341.42º 0.66% 0.67% -
XYZ 19.97 12.25 11.44 -
YUV 94.78 126.44 181.65 -
System Red Green Blue C M Y K H S L
Decimal 170 57 92 0 0.66 0.46 0.33 341.42 0.5 0.45
Hex AA 39 5C 0 42 2E 21 155 32 2D
Octal 252 71 134 0 102 56 41 525 62 55
Binary 10101010 111001 1011100 0 1000010 101110 100001 101010101 110010 101101

Color Harmonies of #AA395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA395C

Black with #AA395C

Text Example


Text Example

White with #AA395C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA395C; }

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

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

background-color css

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

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

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

border-color css

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

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

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