Html Css Color HEX #AA3F5E Rouge

📋 copy color: '#AA3F5E'

red 170 ◦ green 63 ◦ blue 94

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

Shades of Rouge #AA3F5E

Tints of Rouge #AA3F5E

RGB

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

 GREEN value IS 63 (25% from 255) = 19.27%

 BLUE value IS 94 (37.11% from 255) = 28.75%

R = 51.99%
G = 19.27%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA3F5E (or 0xAA3F5E) is known color: Rouge. HEX triplet: AA, 3F and 5E. RGB value is (170,63,94). Sum of RGB (Red+Green+Blue) = 170+63+94=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3F5E is #55C0A1. Grayscale: #626262. Windows color (decimal): -5619874 or 6176682. OLE color: 6176682.

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

Color convert

RGB 170 63 94 -
CMYK 0 0.63 0.45 0.33
HSL 342.62º 0.46% 0.46% -
HSV(B) 342.62º 0.63% 0.67% -
XYZ 20.38 12.91 12.01 -
YUV 98.53 125.45 178.98 -
System Red Green Blue C M Y K H S L
Decimal 170 63 94 0 0.63 0.45 0.33 342.62 0.46 0.46
Hex AA 3F 5E 0 3F 2D 21 157 2E 2E
Octal 252 77 136 0 77 55 41 527 56 56
Binary 10101010 111111 1011110 0 111111 101101 100001 101010111 101110 101110

Color Harmonies of #AA3F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F5E

Black with #AA3F5E

Text Example


Text Example

White with #AA3F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F5E; }

 p { color: rgb(170,63,94); }

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

background-color css

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

 a { background-color: rgb(170,63,94); }

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

border-color css

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

 span { border-color: rgb(170,63,94); }

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