#A43367

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

Shades of Rouge #A43367

Tints of Rouge #A43367

Color information

#A43367 (or 0xA43367) is unknown color: approx Rouge. HEX triplet: A4, 33 and 67. RGB value is (164,51,103). Sum of RGB (Red+Green+Blue) = 164+51+103=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A43367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43367 is #5BCC98. Grayscale: #5A5A5A. Windows color (decimal): -6016153 or 6763428. OLE color: 6763428.

HSL color Cylindrical-coordinate representation of color #A43367: hue angle of 332.39º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43367 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB16451103-
CMYK00.690.370.36
HSL332.39º52.56%42.16%-
HSV(B)332.39º68.9%64.31%-
XYZ18.9411.2414-
YUV90.72134.94180.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 51 (20.31% from 255) = 16.04%
BLUE value IS 103 (40.62% from 255) = 32.39%
R=51.57%
G=16.04%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645110300.690.370.36332.3952.5642.16
HexA43367045252414c352a
Octal24463147010545445146552
Binary10100100110011110011101000101100101100100101001100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43367; }

 p { color: rgb(164,51,103); }

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

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

 a { background-color: rgb(164,51,103); }

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

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

 span { border-color: rgb(164,51,103); }

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