#A43D61

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

Shades of Rouge #A43D61

Tints of Rouge #A43D61

Color information

#A43D61 (or 0xA43D61) is unknown color: approx Rouge. HEX triplet: A4, 3D and 61. RGB value is (164,61,97). Sum of RGB (Red+Green+Blue) = 164+61+97=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43D61 is #5BC29E. Grayscale: #5F5F5F. Windows color (decimal): -6013599 or 6372772. OLE color: 6372772.

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

Color convert

RGB1646197-
CMYK00.630.410.36
HSL339.03º45.78%44.12%-
HSV(B)339.03º62.8%64.31%-
XYZ19.1412.0912.63-
YUV95.9128.62176.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.93%
GREEN value IS 61 (24.22% from 255) = 18.94%
BLUE value IS 97 (38.28% from 255) = 30.12%
R=50.93%
G=18.94%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164619700.630.410.36339.0345.7844.12
HexA43D6103F29241532e2c
Octal2447514107751445235654
Binary1010010011110111000010111111101001100100101010011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43D61; }

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

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

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

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

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

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

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

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