#A43A6A

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

Shades of Rouge #A43A6A

Tints of Rouge #A43A6A

Color information

#A43A6A (or 0xA43A6A) is unknown color: approx Rouge. HEX triplet: A4, 3A and 6A. RGB value is (164,58,106). Sum of RGB (Red+Green+Blue) = 164+58+106=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43A6A is #5BC595. Grayscale: #5F5F5F. Windows color (decimal): -6014358 or 6961828. OLE color: 6961828.

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

Color convert

RGB16458106-
CMYK00.650.350.36
HSL332.83º47.75%43.53%-
HSV(B)332.83º64.63%64.31%-
XYZ19.4211.9614.92-
YUV95.17134.12177.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50%
GREEN value IS 58 (23.05% from 255) = 17.68%
BLUE value IS 106 (41.80% from 255) = 32.32%
R=50%
G=17.68%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645810600.650.350.36332.8347.7543.53
HexA43A6A041232414d302c
Octal24472152010143445156054
Binary10100100111010110101001000001100011100100101001101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43A6A; }

 p { color: rgb(164,58,106); }

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

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

 a { background-color: rgb(164,58,106); }

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

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

 span { border-color: rgb(164,58,106); }

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