#A9396B

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

Shades of Rouge #A9396B

Tints of Rouge #A9396B

Color information

#A9396B (or 0xA9396B) is unknown color: approx Rouge. HEX triplet: A9, 39 and 6B. RGB value is (169,57,107). Sum of RGB (Red+Green+Blue) = 169+57+107=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A9396B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9396B is #56C694. Grayscale: #606060. Windows color (decimal): -5686933 or 7027113. OLE color: 7027113.

HSL color Cylindrical-coordinate representation of color #A9396B: hue angle of 333.21º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A9396B is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB16957107-
CMYK00.660.370.34
HSL333.21º49.56%44.31%-
HSV(B)333.21º66.27%66.27%-
XYZ20.4812.4215.23-
YUV96.19134.11179.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.75%
GREEN value IS 57 (22.66% from 255) = 17.12%
BLUE value IS 107 (42.19% from 255) = 32.13%
R=50.75%
G=17.12%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695710700.660.370.34333.2149.5644.31
HexA9396B042252214d322c
Octal25171153010245425156254
Binary10101001111001110101101000010100101100010101001101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9396B; }

 p { color: rgb(169,57,107); }

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

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

 a { background-color: rgb(169,57,107); }

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

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

 span { border-color: rgb(169,57,107); }

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