Html Css Color HEX #AA4161 Rouge

📋 copy color: '#AA4161'

red 170 ◦ green 65 ◦ blue 97

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

Shades of Rouge #AA4161

Tints of Rouge #AA4161

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.58%

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

R = 51.2%
G = 19.58%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AA4161 (or 0xAA4161) is known color: Rouge. HEX triplet: AA, 41 and 61. RGB value is (170,65,97). Sum of RGB (Red+Green+Blue) = 170+65+97=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4161 is #55BE9E. Grayscale: #646464. Windows color (decimal): -5619359 or 6373802. OLE color: 6373802.

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

Color convert

RGB 170 65 97 -
CMYK 0 0.62 0.43 0.33
HSL 341.71º 0.45% 0.46% -
HSV(B) 341.71º 0.62% 0.67% -
XYZ 20.63 13.19 12.77 -
YUV 100.04 126.29 177.9 -
System Red Green Blue C M Y K H S L
Decimal 170 65 97 0 0.62 0.43 0.33 341.71 0.45 0.46
Hex AA 41 61 0 3E 2B 21 156 2D 2E
Octal 252 101 141 0 76 53 41 526 55 56
Binary 10101010 1000001 1100001 0 111110 101011 100001 101010110 101101 101110

Color Harmonies of #AA4161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4161

Black with #AA4161

Text Example


Text Example

White with #AA4161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4161; }

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

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

background-color css

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

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

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

border-color css

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

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

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