#A44E6D

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

Shades of Rouge #A44E6D

Tints of Rouge #A44E6D

Color information

#A44E6D (or 0xA44E6D) is unknown color: approx Rouge. HEX triplet: A4, 4E and 6D. RGB value is (164,78,109). Sum of RGB (Red+Green+Blue) = 164+78+109=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44E6D is #5BB192. Grayscale: #6B6B6B. Windows color (decimal): -6009235 or 7163556. OLE color: 7163556.

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

Color convert

RGB16478109-
CMYK00.520.340.36
HSL338.37º35.54%47.45%-
HSV(B)338.37º52.44%64.31%-
XYZ20.7914.4516.16-
YUV107.25128.99168.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.72%
GREEN value IS 78 (30.86% from 255) = 22.22%
BLUE value IS 109 (42.97% from 255) = 31.05%
R=46.72%
G=22.22%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647810900.520.340.36338.3735.5447.45
HexA44E6D0342224152242f
Octal24411615506442445224457
Binary10100100100111011011010110100100010100100101010010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E6D; }

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

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

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

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

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

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

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

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