#AA4260

Color #AA4260 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #AA4260

Tints of Rouge #AA4260

Color information

#AA4260 (or 0xAA4260) is unknown color: approx Rouge. HEX triplet: AA, 42 and 60. RGB value is (170,66,96). Sum of RGB (Red+Green+Blue) = 170+66+96=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4260 is #55BD9F. Grayscale: #646464. Windows color (decimal): -5619104 or 6308522. OLE color: 6308522.

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

Color convert

RGB1706696-
CMYK00.610.440.33
HSL342.69º44.07%46.27%-
HSV(B)342.69º61.18%66.67%-
XYZ20.6413.2912.54-
YUV100.52125.46177.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.20%
GREEN value IS 66 (26.17% from 255) = 19.88%
BLUE value IS 96 (37.89% from 255) = 28.92%
R=51.20%
G=19.88%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170669600.610.440.33342.6944.0746.27
HexAA426003D2C211572c2e
Octal25210214007554415275456
Binary10101010100001011000000111101101100100001101010111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4260; }

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

 H1.HeaderClassName
 {
   color: #AA4260;
 }
 .AnyTagClassName
 {
   color: #AA4260;
 }
</style>
background-color css

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

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

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

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

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

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