#A6366A

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

Shades of Rouge #A6366A

Tints of Rouge #A6366A

Color information

#A6366A (or 0xA6366A) is unknown color: approx Rouge. HEX triplet: A6, 36 and 6A. RGB value is (166,54,106). Sum of RGB (Red+Green+Blue) = 166+54+106=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6366A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6366A is #59C995. Grayscale: #5D5D5D. Windows color (decimal): -5884310 or 6960806. OLE color: 6960806.

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

Color convert

RGB16654106-
CMYK00.670.360.35
HSL332.14º50.91%43.14%-
HSV(B)332.14º67.47%65.1%-
XYZ19.6511.7914.88-
YUV93.42135.11179.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.92%
GREEN value IS 54 (21.48% from 255) = 16.56%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=50.92%
G=16.56%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665410600.670.360.35332.1450.9143.14
HexA6366A043242314c332b
Octal24666152010344435146353
Binary10100110110110110101001000011100100100011101001100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6366A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6366A; }

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

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

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

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

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

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

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

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