#A43764

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

Shades of Rouge #A43764

Tints of Rouge #A43764

Color information

#A43764 (or 0xA43764) is unknown color: approx Rouge. HEX triplet: A4, 37 and 64. RGB value is (164,55,100). Sum of RGB (Red+Green+Blue) = 164+55+100=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A43764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43764 is #5BC89B. Grayscale: #5C5C5C. Windows color (decimal): -6015132 or 6567844. OLE color: 6567844.

HSL color Cylindrical-coordinate representation of color #A43764: hue angle of 335.23º degrees, saturation: 0.5, 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 #A43764 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB16455100-
CMYK00.660.390.36
HSL335.23º49.77%42.94%-
HSV(B)335.23º66.46%64.31%-
XYZ18.9811.5413.28-
YUV92.72132.11178.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.41%
GREEN value IS 55 (21.88% from 255) = 17.24%
BLUE value IS 100 (39.45% from 255) = 31.35%
R=51.41%
G=17.24%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645510000.660.390.36335.2349.7742.94
HexA43764042272414f322b
Octal24467144010247445176253
Binary10100100110111110010001000010100111100100101001111110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43764; }

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

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

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

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

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

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

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

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