#A44B68

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

Shades of Rouge #A44B68

Tints of Rouge #A44B68

Color information

#A44B68 (or 0xA44B68) is unknown color: approx Rouge. HEX triplet: A4, 4B and 68. RGB value is (164,75,104). Sum of RGB (Red+Green+Blue) = 164+75+104=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44B68 is #5BB497. Grayscale: #686868. Windows color (decimal): -6010008 or 6835108. OLE color: 6835108.

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

Color convert

RGB16475104-
CMYK00.540.370.36
HSL340.45º37.24%46.86%-
HSV(B)340.45º54.27%64.31%-
XYZ20.3213.9214.71-
YUV104.92127.49170.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.81%
GREEN value IS 75 (29.69% from 255) = 21.87%
BLUE value IS 104 (41.02% from 255) = 30.32%
R=47.81%
G=21.87%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647510400.540.370.36340.4537.2446.86
HexA44B680362524154252f
Octal24411315006645445244557
Binary10100100100101111010000110110100101100100101010100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B68; }

 p { color: rgb(164,75,104); }

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

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

 a { background-color: rgb(164,75,104); }

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

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

 span { border-color: rgb(164,75,104); }

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