#A43866

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

Shades of Rouge #A43866

Tints of Rouge #A43866

Color information

#A43866 (or 0xA43866) is unknown color: approx Rouge. HEX triplet: A4, 38 and 66. RGB value is (164,56,102). Sum of RGB (Red+Green+Blue) = 164+56+102=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A43866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43866 is #5BC799. Grayscale: #5D5D5D. Windows color (decimal): -6014874 or 6699172. OLE color: 6699172.

HSL color Cylindrical-coordinate representation of color #A43866: hue angle of 334.44º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A43866 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16456102-
CMYK00.660.380.36
HSL334.44º49.09%43.14%-
HSV(B)334.44º65.85%64.31%-
XYZ19.1211.6813.82-
YUV93.54132.78178.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.93%
GREEN value IS 56 (22.27% from 255) = 17.39%
BLUE value IS 102 (40.23% from 255) = 31.68%
R=50.93%
G=17.39%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645610200.660.380.36334.4449.0943.14
HexA43866042262414e312b
Octal24470146010246445166153
Binary10100100111000110011001000010100110100100101001110110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43866; }

 p { color: rgb(164,56,102); }

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

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

 a { background-color: rgb(164,56,102); }

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

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

 span { border-color: rgb(164,56,102); }

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