#A43F61

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

Shades of Rouge #A43F61

Tints of Rouge #A43F61

Color information

#A43F61 (or 0xA43F61) is unknown color: approx Rouge. HEX triplet: A4, 3F and 61. RGB value is (164,63,97). Sum of RGB (Red+Green+Blue) = 164+63+97=324 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.62% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 164 - color contains mainly: red. Hex color #A43F61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43F61 is #5BC09E. Grayscale: #616161. Windows color (decimal): -6013087 or 6373284. OLE color: 6373284.

HSL color Cylindrical-coordinate representation of color #A43F61: hue angle of 339.8º 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 #A43F61 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1646397-
CMYK00.620.410.36
HSL339.8º44.49%44.51%-
HSV(B)339.8º61.59%64.31%-
XYZ19.2512.3112.67-
YUV97.07127.96175.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.62%
GREEN value IS 63 (25% from 255) = 19.44%
BLUE value IS 97 (38.28% from 255) = 29.94%
R=50.62%
G=19.44%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164639700.620.410.36339.844.4944.51
HexA43F6103E29241542c2d
Octal2447714107651445245455
Binary1010010011111111000010111110101001100100101010100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43F61; }

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

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

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

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

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

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

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

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