#A4466C

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

Shades of Rouge #A4466C

Tints of Rouge #A4466C

Color information

#A4466C (or 0xA4466C) is unknown color: approx Rouge. HEX triplet: A4, 46 and 6C. RGB value is (164,70,108). Sum of RGB (Red+Green+Blue) = 164+70+108=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A4466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4466C is #5BB993. Grayscale: #666666. Windows color (decimal): -6011284 or 7095972. OLE color: 7095972.

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

Color convert

RGB16470108-
CMYK00.570.340.36
HSL335.74º40.17%45.88%-
HSV(B)335.74º57.32%64.31%-
XYZ20.2113.3615.7-
YUV102.44131.14171.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.95%
GREEN value IS 70 (27.73% from 255) = 20.47%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=47.95%
G=20.47%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647010800.570.340.36335.7440.1745.88
HexA4466C0392224150282e
Octal24410615407142445205056
Binary10100100100011011011000111001100010100100101010000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4466C; }

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

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

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

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

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

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

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

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