#A63966

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

Shades of Rouge #A63966

Tints of Rouge #A63966

Color information

#A63966 (or 0xA63966) is unknown color: approx Rouge. HEX triplet: A6, 39 and 66. RGB value is (166,57,102). Sum of RGB (Red+Green+Blue) = 166+57+102=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A63966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63966 is #59C699. Grayscale: #5E5E5E. Windows color (decimal): -5883546 or 6699430. OLE color: 6699430.

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

Color convert

RGB16657102-
CMYK00.660.390.35
HSL335.23º48.88%43.73%-
HSV(B)335.23º65.66%65.1%-
XYZ19.5911.9913.85-
YUV94.72132.11178.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.08%
GREEN value IS 57 (22.66% from 255) = 17.54%
BLUE value IS 102 (40.23% from 255) = 31.38%
R=51.08%
G=17.54%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665710200.660.390.35335.2348.8843.73
HexA63966042272314f312c
Octal24671146010247435176154
Binary10100110111001110011001000010100111100011101001111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63966; }

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

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

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

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

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

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

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

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