#A6396A

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

Shades of Rouge #A6396A

Tints of Rouge #A6396A

Color information

#A6396A (or 0xA6396A) is unknown color: approx Rouge. HEX triplet: A6, 39 and 6A. RGB value is (166,57,106). Sum of RGB (Red+Green+Blue) = 166+57+106=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6396A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6396A is #59C695. Grayscale: #5F5F5F. Windows color (decimal): -5883542 or 6961574. OLE color: 6961574.

HSL color Cylindrical-coordinate representation of color #A6396A: hue angle of 333.03º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6396A is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB16657106-
CMYK00.660.360.35
HSL333.03º48.88%43.73%-
HSV(B)333.03º65.66%65.1%-
XYZ19.7912.0714.92-
YUV95.18134.11178.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.46%
GREEN value IS 57 (22.66% from 255) = 17.33%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=50.46%
G=17.33%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665710600.660.360.35333.0348.8843.73
HexA6396A042242314d312c
Octal24671152010244435156154
Binary10100110111001110101001000010100100100011101001101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6396A; }

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

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

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

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

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

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

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

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