#A43964

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

Shades of Rouge #A43964

Tints of Rouge #A43964

Color information

#A43964 (or 0xA43964) is unknown color: approx Rouge. HEX triplet: A4, 39 and 64. RGB value is (164,57,100). Sum of RGB (Red+Green+Blue) = 164+57+100=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A43964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43964 is #5BC69B. Grayscale: #5D5D5D. Windows color (decimal): -6014620 or 6568356. OLE color: 6568356.

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

Color convert

RGB16457100-
CMYK00.650.390.36
HSL335.89º48.42%43.33%-
HSV(B)335.89º65.24%64.31%-
XYZ19.0711.7413.32-
YUV93.9131.45178-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.09%
GREEN value IS 57 (22.66% from 255) = 17.76%
BLUE value IS 100 (39.45% from 255) = 31.15%
R=51.09%
G=17.76%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645710000.650.390.36335.8948.4243.33
HexA439640412724150302b
Octal24471144010147445206053
Binary10100100111001110010001000001100111100100101010000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43964; }

 p { color: rgb(164,57,100); }

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

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

 a { background-color: rgb(164,57,100); }

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

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

 span { border-color: rgb(164,57,100); }

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