#A9396A

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

Shades of Rouge #A9396A

Tints of Rouge #A9396A

Color information

#A9396A (or 0xA9396A) is unknown color: approx Rouge. HEX triplet: A9, 39 and 6A. RGB value is (169,57,106). Sum of RGB (Red+Green+Blue) = 169+57+106=332 (43% of max value = 765). Red value is 169 (66.41% from 255 or 50.90% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 169 - color contains mainly: red. Hex color #A9396A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9396A is #56C695. Grayscale: #5F5F5F. Windows color (decimal): -5686934 or 6961577. OLE color: 6961577.

HSL color Cylindrical-coordinate representation of color #A9396A: hue angle of 333.75º 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 #A9396A is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB16957106-
CMYK00.660.370.34
HSL333.75º49.56%44.31%-
HSV(B)333.75º66.27%66.27%-
XYZ20.4312.414.95-
YUV96.07133.61180.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.90%
GREEN value IS 57 (22.66% from 255) = 17.17%
BLUE value IS 106 (41.80% from 255) = 31.93%
R=50.90%
G=17.17%
B=31.93%

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
Decimal1695710600.660.370.34333.7549.5644.31
HexA9396A042252214e322c
Octal25171152010245425166254
Binary10101001111001110101001000010100101100010101001110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9396A; }

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

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

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

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

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

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

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

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