#A63A6D

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

Shades of Rouge #A63A6D

Tints of Rouge #A63A6D

Color information

#A63A6D (or 0xA63A6D) is unknown color: approx Rouge. HEX triplet: A6, 3A and 6D. RGB value is (166,58,109). Sum of RGB (Red+Green+Blue) = 166+58+109=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63A6D is #59C592. Grayscale: #606060. Windows color (decimal): -5883283 or 7158438. OLE color: 7158438.

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

Color convert

RGB16658109-
CMYK00.650.340.35
HSL331.67º48.21%43.92%-
HSV(B)331.67º65.06%65.1%-
XYZ2012.2415.78-
YUV96.11135.28177.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.85%
GREEN value IS 58 (23.05% from 255) = 17.42%
BLUE value IS 109 (42.97% from 255) = 32.73%
R=49.85%
G=17.42%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665810900.650.340.35331.6748.2143.92
HexA63A6D041222314c302c
Octal24672155010142435146054
Binary10100110111010110110101000001100010100011101001100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A6D; }

 p { color: rgb(166,58,109); }

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

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

 a { background-color: rgb(166,58,109); }

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

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

 span { border-color: rgb(166,58,109); }

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