#A44B6D

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

Shades of Rouge #A44B6D

Tints of Rouge #A44B6D

Color information

#A44B6D (or 0xA44B6D) is unknown color: approx Rouge. HEX triplet: A4, 4B and 6D. RGB value is (164,75,109). Sum of RGB (Red+Green+Blue) = 164+75+109=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44B6D is #5BB492. Grayscale: #696969. Windows color (decimal): -6010003 or 7162788. OLE color: 7162788.

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

Color convert

RGB16475109-
CMYK00.540.340.36
HSL337.08º37.24%46.86%-
HSV(B)337.08º54.27%64.31%-
XYZ20.5914.0316.09-
YUV105.49129.99169.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 75 (29.69% from 255) = 21.55%
BLUE value IS 109 (42.97% from 255) = 31.32%
R=47.13%
G=21.55%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647510900.540.340.36337.0837.2446.86
HexA44B6D0362224151252f
Octal24411315506642445214557
Binary10100100100101111011010110110100010100100101010001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B6D; }

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

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

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

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

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

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

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

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