#AA3968

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

Shades of Rouge #AA3968

Tints of Rouge #AA3968

Color information

#AA3968 (or 0xAA3968) is unknown color: approx Rouge. HEX triplet: AA, 39 and 68. RGB value is (170,57,104). Sum of RGB (Red+Green+Blue) = 170+57+104=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3968 is #55C697. Grayscale: #606060. Windows color (decimal): -5621400 or 6830506. OLE color: 6830506.

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

Color convert

RGB17057104-
CMYK00.660.390.33
HSL335.04º49.78%44.51%-
HSV(B)335.04º66.47%66.67%-
XYZ20.5412.4714.42-
YUV96.14132.44180.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 57 (22.66% from 255) = 17.22%
BLUE value IS 104 (41.02% from 255) = 31.42%
R=51.36%
G=17.22%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705710400.660.390.33335.0449.7844.51
HexAA3968042272114f322d
Octal25271150010247415176255
Binary10101010111001110100001000010100111100001101001111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3968; }

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

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

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

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

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

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

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

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