#A44666

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

Shades of Rouge #A44666

Tints of Rouge #A44666

Color information

#A44666 (or 0xA44666) is unknown color: approx Rouge. HEX triplet: A4, 46 and 66. RGB value is (164,70,102). Sum of RGB (Red+Green+Blue) = 164+70+102=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A44666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44666 is #5BB999. Grayscale: #656565. Windows color (decimal): -6011290 or 6702756. OLE color: 6702756.

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

Color convert

RGB16470102-
CMYK00.570.380.36
HSL339.57º40.17%45.88%-
HSV(B)339.57º57.32%64.31%-
XYZ19.913.2314.08-
YUV101.75128.14172.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.81%
GREEN value IS 70 (27.73% from 255) = 20.83%
BLUE value IS 102 (40.23% from 255) = 30.36%
R=48.81%
G=20.83%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647010200.570.380.36339.5740.1745.88
HexA446660392624154282e
Octal24410614607146445245056
Binary10100100100011011001100111001100110100100101010100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44666; }

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

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

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

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

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

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

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

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