#A63962

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

Shades of Rouge #A63962

Tints of Rouge #A63962

Color information

#A63962 (or 0xA63962) is unknown color: approx Rouge. HEX triplet: A6, 39 and 62. RGB value is (166,57,98). Sum of RGB (Red+Green+Blue) = 166+57+98=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A63962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63962 is #59C69D. Grayscale: #5E5E5E. Windows color (decimal): -5883550 or 6437286. OLE color: 6437286.

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

Color convert

RGB1665798-
CMYK00.660.410.35
HSL337.43º48.88%43.73%-
HSV(B)337.43º65.66%65.1%-
XYZ19.3911.9212.83-
YUV94.26130.11179.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.71%
GREEN value IS 57 (22.66% from 255) = 17.76%
BLUE value IS 98 (38.67% from 255) = 30.53%
R=51.71%
G=17.76%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166579800.660.410.35337.4348.8843.73
HexA639620422923151312c
Octal24671142010251435216154
Binary10100110111001110001001000010101001100011101010001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63962; }

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

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

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

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

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

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

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

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