#A43F66

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

Shades of Rouge #A43F66

Tints of Rouge #A43F66

Color information

#A43F66 (or 0xA43F66) is unknown color: approx Rouge. HEX triplet: A4, 3F and 66. RGB value is (164,63,102). Sum of RGB (Red+Green+Blue) = 164+63+102=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43F66 is #5BC099. Grayscale: #616161. Windows color (decimal): -6013082 or 6700964. OLE color: 6700964.

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

Color convert

RGB16463102-
CMYK00.620.380.36
HSL336.83º44.49%44.51%-
HSV(B)336.83º61.59%64.31%-
XYZ19.4912.4113.94-
YUV97.64130.46175.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.85%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 102 (40.23% from 255) = 31.00%
R=49.85%
G=19.15%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646310200.620.380.36336.8344.4944.51
HexA43F6603E26241512c2d
Octal2447714607646445215455
Binary1010010011111111001100111110100110100100101010001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43F66; }

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

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

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

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

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

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

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

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