Html Css Color HEX #AA4361 Rouge

📋 copy color: '#AA4361'

red 170 ◦ green 67 ◦ blue 97

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

Shades of Rouge #AA4361

Tints of Rouge #AA4361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.06%

 BLUE value IS 97 (38.28% from 255) = 29.04%

R = 50.9%
G = 20.06%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AA4361 (or 0xAA4361) is known color: Rouge. HEX triplet: AA, 43 and 61. RGB value is (170,67,97). Sum of RGB (Red+Green+Blue) = 170+67+97=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4361 is #55BC9E. Grayscale: #656565. Windows color (decimal): -5618847 or 6374314. OLE color: 6374314.

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

Color convert

RGB 170 67 97 -
CMYK 0 0.61 0.43 0.33
HSL 342.52º 0.43% 0.46% -
HSV(B) 342.52º 0.61% 0.67% -
XYZ 20.74 13.42 12.81 -
YUV 101.22 125.62 177.06 -
System Red Green Blue C M Y K H S L
Decimal 170 67 97 0 0.61 0.43 0.33 342.52 0.43 0.46
Hex AA 43 61 0 3D 2B 21 157 2B 2E
Octal 252 103 141 0 75 53 41 527 53 56
Binary 10101010 1000011 1100001 0 111101 101011 100001 101010111 101011 101110

Color Harmonies of #AA4361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4361

Black with #AA4361

Text Example


Text Example

White with #AA4361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4361; }

 p { color: rgb(170,67,97); }

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

background-color css

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

 a { background-color: rgb(170,67,97); }

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

border-color css

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

 span { border-color: rgb(170,67,97); }

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