#A4406C

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

Shades of Rouge #A4406C

Tints of Rouge #A4406C

Color information

#A4406C (or 0xA4406C) is unknown color: approx Rouge. HEX triplet: A4, 40 and 6C. RGB value is (164,64,108). Sum of RGB (Red+Green+Blue) = 164+64+108=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A4406C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4406C is #5BBF93. Grayscale: #626262. Windows color (decimal): -6012820 or 7094436. OLE color: 7094436.

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

Color convert

RGB16464108-
CMYK00.610.340.36
HSL333.6º43.86%44.71%-
HSV(B)333.6º60.98%64.31%-
XYZ19.8512.6415.58-
YUV98.92133.13174.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.81%
GREEN value IS 64 (25.39% from 255) = 19.05%
BLUE value IS 108 (42.58% from 255) = 32.14%
R=48.81%
G=19.05%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646410800.610.340.36333.643.8644.71
HexA4406C03D222414e2c2d
Octal24410015407542445165455
Binary10100100100000011011000111101100010100100101001110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4406C; }

 p { color: rgb(164,64,108); }

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

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

 a { background-color: rgb(164,64,108); }

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

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

 span { border-color: rgb(164,64,108); }

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