#A6396F

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

Shades of Rouge #A6396F

Tints of Rouge #A6396F

Color information

#A6396F (or 0xA6396F) is unknown color: approx Rouge. HEX triplet: A6, 39 and 6F. RGB value is (166,57,111). Sum of RGB (Red+Green+Blue) = 166+57+111=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A6396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6396F is #59C690. Grayscale: #5F5F5F. Windows color (decimal): -5883537 or 7289254. OLE color: 7289254.

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

Color convert

RGB16657111-
CMYK00.660.330.35
HSL330.28º48.88%43.73%-
HSV(B)330.28º65.66%65.1%-
XYZ20.0612.1816.33-
YUV95.75136.61178.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.70%
GREEN value IS 57 (22.66% from 255) = 17.07%
BLUE value IS 111 (43.75% from 255) = 33.23%
R=49.70%
G=17.07%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665711100.660.330.35330.2848.8843.73
HexA6396F042212314a312c
Octal24671157010241435126154
Binary10100110111001110111101000010100001100011101001010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6396F; }

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

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

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

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

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

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

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

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