#AA2D68

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

Shades of Rouge #AA2D68

Tints of Rouge #AA2D68

Color information

#AA2D68 (or 0xAA2D68) is unknown color: approx Rouge. HEX triplet: AA, 2D and 68. RGB value is (170,45,104). Sum of RGB (Red+Green+Blue) = 170+45+104=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2D68 is #55D297. Grayscale: #585858. Windows color (decimal): -5624472 or 6827434. OLE color: 6827434.

HSL color Cylindrical-coordinate representation of color #AA2D68: hue angle of 331.68º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA2D68 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB17045104-
CMYK00.740.390.33
HSL331.68º58.14%42.16%-
HSV(B)331.68º73.53%66.67%-
XYZ20.0111.4214.25-
YUV89.1136.41185.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.29%
GREEN value IS 45 (17.97% from 255) = 14.11%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=53.29%
G=14.11%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704510400.740.390.33331.6858.1442.16
HexAA2D6804A272114c3a2a
Octal25255150011247415147252
Binary10101010101101110100001001010100111100001101001100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2D68; }

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

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

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

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

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

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

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

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