#A44B6C

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

Shades of Rouge #A44B6C

Tints of Rouge #A44B6C

Color information

#A44B6C (or 0xA44B6C) is unknown color: approx Rouge. HEX triplet: A4, 4B and 6C. RGB value is (164,75,108). Sum of RGB (Red+Green+Blue) = 164+75+108=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44B6C is #5BB493. Grayscale: #696969. Windows color (decimal): -6010004 or 7097252. OLE color: 7097252.

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

Color convert

RGB16475108-
CMYK00.540.340.36
HSL337.75º37.24%46.86%-
HSV(B)337.75º54.27%64.31%-
XYZ20.5314.0115.81-
YUV105.37129.49169.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.26%
GREEN value IS 75 (29.69% from 255) = 21.61%
BLUE value IS 108 (42.58% from 255) = 31.12%
R=47.26%
G=21.61%
B=31.12%

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
Decimal1647510800.540.340.36337.7537.2446.86
HexA44B6C0362224152252f
Octal24411315406642445224557
Binary10100100100101111011000110110100010100100101010010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44B6C; }

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

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

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

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

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

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

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

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