#A9336F

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

Shades of Rouge #A9336F

Tints of Rouge #A9336F

Color information

#A9336F (or 0xA9336F) is unknown color: approx Rouge. HEX triplet: A9, 33 and 6F. RGB value is (169,51,111). Sum of RGB (Red+Green+Blue) = 169+51+111=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A9336F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9336F is #56CC90. Grayscale: #5D5D5D. Windows color (decimal): -5688465 or 7287721. OLE color: 7287721.

HSL color Cylindrical-coordinate representation of color #A9336F: hue angle of 329.49º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A9336F is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB16951111-
CMYK00.700.340.34
HSL329.49º53.64%43.14%-
HSV(B)329.49º69.82%66.27%-
XYZ20.4211.9516.27-
YUV93.12138.09182.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.06%
GREEN value IS 51 (20.31% from 255) = 15.41%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=51.06%
G=15.41%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695111100.700.340.34329.4953.6443.14
HexA9336F0462222149362b
Octal25163157010642425116653
Binary10101001110011110111101000110100010100010101001001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9336F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9336F; }

 p { color: rgb(169,51,111); }

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

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

 a { background-color: rgb(169,51,111); }

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

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

 span { border-color: rgb(169,51,111); }

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