Html Css Color HEX #AA4261 Rouge

📋 copy color: '#AA4261'

red 170 ◦ green 66 ◦ blue 97

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

Shades of Rouge #AA4261

Tints of Rouge #AA4261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

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

R = 51.05%
G = 19.82%
B = 29.13%

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

#AA4261 (or 0xAA4261) is known color: Rouge. HEX triplet: AA, 42 and 61. RGB value is (170,66,97). Sum of RGB (Red+Green+Blue) = 170+66+97=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4261 is #55BD9E. Grayscale: #646464. Windows color (decimal): -5619103 or 6374058. OLE color: 6374058.

HSL color Cylindrical-coordinate representation of color #AA4261: hue angle of 342.12º degrees, saturation: 0.44, 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 #AA4261 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 66 97 -
CMYK 0 0.61 0.43 0.33
HSL 342.12º 0.44% 0.46% -
HSV(B) 342.12º 0.61% 0.67% -
XYZ 20.68 13.31 12.79 -
YUV 100.63 125.96 177.48 -
System Red Green Blue C M Y K H S L
Decimal 170 66 97 0 0.61 0.43 0.33 342.12 0.44 0.46
Hex AA 42 61 0 3D 2B 21 156 2C 2E
Octal 252 102 141 0 75 53 41 526 54 56
Binary 10101010 1000010 1100001 0 111101 101011 100001 101010110 101100 101110

Color Harmonies of #AA4261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4261

Black with #AA4261

Text Example


Text Example

White with #AA4261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4261; }

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

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

background-color css

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

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

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

border-color css

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

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

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