#AA4168

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

Shades of Rouge #AA4168

Tints of Rouge #AA4168

Color information

#AA4168 (or 0xAA4168) is unknown color: approx Rouge. HEX triplet: AA, 41 and 68. RGB value is (170,65,104). Sum of RGB (Red+Green+Blue) = 170+65+104=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4168 is #55BE97. Grayscale: #646464. Windows color (decimal): -5619352 or 6832554. OLE color: 6832554.

HSL color Cylindrical-coordinate representation of color #AA4168: hue angle of 337.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 #AA4168 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB17065104-
CMYK00.620.390.33
HSL337.71º44.68%46.08%-
HSV(B)337.71º61.76%66.67%-
XYZ20.9713.3314.56-
YUV100.84129.79177.33-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=50.15%
G=19.17%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706510400.620.390.33337.7144.6846.08
HexAA416803E27211522d2e
Octal25210115007647415225556
Binary10101010100000111010000111110100111100001101010010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4168; }

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

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

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

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

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

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

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

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