#AA4068

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

Shades of Rouge #AA4068

Tints of Rouge #AA4068

Color information

#AA4068 (or 0xAA4068) is unknown color: approx Rouge. HEX triplet: AA, 40 and 68. RGB value is (170,64,104). Sum of RGB (Red+Green+Blue) = 170+64+104=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4068 is #55BF97. Grayscale: #646464. Windows color (decimal): -5619608 or 6832298. OLE color: 6832298.

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

Color convert

RGB17064104-
CMYK00.620.390.33
HSL337.36º45.3%45.88%-
HSV(B)337.36º62.35%66.67%-
XYZ20.9113.2114.54-
YUV100.25130.12177.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.30%
GREEN value IS 64 (25.39% from 255) = 18.93%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=50.30%
G=18.93%
B=30.77%

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
Decimal1706410400.620.390.33337.3645.345.88
HexAA406803E27211512d2e
Octal25210015007647415215556
Binary10101010100000011010000111110100111100001101010001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4068; }

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

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

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

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

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

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

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

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