#A6366F

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

Shades of Rouge #A6366F

Tints of Rouge #A6366F

Color information

#A6366F (or 0xA6366F) is unknown color: approx Rouge. HEX triplet: A6, 36 and 6F. RGB value is (166,54,111). Sum of RGB (Red+Green+Blue) = 166+54+111=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A6366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6366F is #59C990. Grayscale: #5D5D5D. Windows color (decimal): -5884305 or 7288486. OLE color: 7288486.

HSL color Cylindrical-coordinate representation of color #A6366F: hue angle of 329.46º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6366F is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB16654111-
CMYK00.670.330.35
HSL329.46º50.91%43.14%-
HSV(B)329.46º67.47%65.1%-
XYZ19.9111.8916.28-
YUV93.99137.61179.37-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.15%
GREEN value IS 54 (21.48% from 255) = 16.31%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=50.15%
G=16.31%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665411100.670.330.35329.4650.9143.14
HexA6366F0432123149332b
Octal24666157010341435116353
Binary10100110110110110111101000011100001100011101001001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6366F; }

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

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

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

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

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

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

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

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