#A63972

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

Shades of Rouge #A63972

Tints of Rouge #A63972

Color information

#A63972 (or 0xA63972) is unknown color: approx Rouge. HEX triplet: A6, 39 and 72. RGB value is (166,57,114). Sum of RGB (Red+Green+Blue) = 166+57+114=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A63972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63972 is #59C68D. Grayscale: #5F5F5F. Windows color (decimal): -5883534 or 7485862. OLE color: 7485862.

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

Color convert

RGB16657114-
CMYK00.660.310.35
HSL328.62º48.88%43.73%-
HSV(B)328.62º65.66%65.1%-
XYZ20.2312.2517.22-
YUV96.09138.11177.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.26%
GREEN value IS 57 (22.66% from 255) = 16.91%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=49.26%
G=16.91%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665711400.660.310.35328.6248.8843.73
HexA639720421F23149312c
Octal24671162010237435116154
Binary1010011011100111100100100001011111100011101001001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63972; }

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

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

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

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

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

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

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

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