#A6336C

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

Shades of Rouge #A6336C

Tints of Rouge #A6336C

Color information

#A6336C (or 0xA6336C) is unknown color: approx Rouge. HEX triplet: A6, 33 and 6C. RGB value is (166,51,108). Sum of RGB (Red+Green+Blue) = 166+51+108=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6336C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6336C is #59CC93. Grayscale: #5B5B5B. Windows color (decimal): -5885076 or 7091110. OLE color: 7091110.

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

Color convert

RGB16651108-
CMYK00.690.350.35
HSL330.26º53%42.55%-
HSV(B)330.26º69.28%65.1%-
XYZ19.6211.5615.38-
YUV91.88137.1180.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.08%
GREEN value IS 51 (20.31% from 255) = 15.69%
BLUE value IS 108 (42.58% from 255) = 33.23%
R=51.08%
G=15.69%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665110800.690.350.35330.265342.55
HexA6336C045232314a352b
Octal24663154010543435126553
Binary10100110110011110110001000101100011100011101001010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6336C; }

 p { color: rgb(166,51,108); }

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

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

 a { background-color: rgb(166,51,108); }

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

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

 span { border-color: rgb(166,51,108); }

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