#A4406B

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

Shades of Rouge #A4406B

Tints of Rouge #A4406B

Color information

#A4406B (or 0xA4406B) is unknown color: approx Rouge. HEX triplet: A4, 40 and 6B. RGB value is (164,64,107). Sum of RGB (Red+Green+Blue) = 164+64+107=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A4406B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4406B is #5BBF94. Grayscale: #626262. Windows color (decimal): -6012821 or 7028900. OLE color: 7028900.

HSL color Cylindrical-coordinate representation of color #A4406B: hue angle of 334.2º 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 #A4406B is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB16464107-
CMYK00.610.350.36
HSL334.2º43.86%44.71%-
HSV(B)334.2º60.98%64.31%-
XYZ19.812.6215.3-
YUV98.8132.63174.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.96%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=48.96%
G=19.10%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646410700.610.350.36334.243.8644.71
HexA4406B03D232414e2c2d
Octal24410015307543445165455
Binary10100100100000011010110111101100011100100101001110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4406B; }

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

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

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

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

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

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

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

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