#A63A6F

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

Shades of Rouge #A63A6F

Tints of Rouge #A63A6F

Color information

#A63A6F (or 0xA63A6F) is unknown color: approx Rouge. HEX triplet: A6, 3A and 6F. RGB value is (166,58,111). Sum of RGB (Red+Green+Blue) = 166+58+111=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63A6F is #59C590. Grayscale: #606060. Windows color (decimal): -5883281 or 7289510. OLE color: 7289510.

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

Color convert

RGB16658111-
CMYK00.650.330.35
HSL330.56º48.21%43.92%-
HSV(B)330.56º65.06%65.1%-
XYZ20.1112.2816.35-
YUV96.33136.28177.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.55%
GREEN value IS 58 (23.05% from 255) = 17.31%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=49.55%
G=17.31%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665811100.650.330.35330.5648.2143.92
HexA63A6F041212314b302c
Octal24672157010141435136054
Binary10100110111010110111101000001100001100011101001011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A6F; }

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

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

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

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

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

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

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

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