#A43E65

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

Shades of Rouge #A43E65

Tints of Rouge #A43E65

Color information

#A43E65 (or 0xA43E65) is unknown color: approx Rouge. HEX triplet: A4, 3E and 65. RGB value is (164,62,101). Sum of RGB (Red+Green+Blue) = 164+62+101=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43E65 is #5BC19A. Grayscale: #606060. Windows color (decimal): -6013339 or 6635172. OLE color: 6635172.

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

Color convert

RGB16462101-
CMYK00.620.380.36
HSL337.06º45.13%44.31%-
HSV(B)337.06º62.2%64.31%-
XYZ19.3812.2813.66-
YUV96.94130.29175.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.15%
GREEN value IS 62 (24.61% from 255) = 18.96%
BLUE value IS 101 (39.84% from 255) = 30.89%
R=50.15%
G=18.96%
B=30.89%

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
Decimal1646210100.620.380.36337.0645.1344.31
HexA43E6503E26241512d2c
Octal2447614507646445215554
Binary1010010011111011001010111110100110100100101010001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43E65; }

 p { color: rgb(164,62,101); }

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

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

 a { background-color: rgb(164,62,101); }

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

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

 span { border-color: rgb(164,62,101); }

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