#A44F6D

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

Shades of Rouge #A44F6D

Tints of Rouge #A44F6D

Color information

#A44F6D (or 0xA44F6D) is unknown color: approx Rouge. HEX triplet: A4, 4F and 6D. RGB value is (164,79,109). Sum of RGB (Red+Green+Blue) = 164+79+109=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A44F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44F6D is #5BB092. Grayscale: #6B6B6B. Windows color (decimal): -6008979 or 7163812. OLE color: 7163812.

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

Color convert

RGB16479109-
CMYK00.520.340.36
HSL338.82º34.98%47.65%-
HSV(B)338.82º51.83%64.31%-
XYZ20.8714.5916.18-
YUV107.84128.66168.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.59%
GREEN value IS 79 (31.25% from 255) = 22.44%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=46.59%
G=22.44%
B=30.97%

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
Decimal1647910900.520.340.36338.8234.9847.65
HexA44F6D03422241532330
Octal24411715506442445234360
Binary10100100100111111011010110100100010100100101010011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44F6D; }

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

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

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

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

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

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

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

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