#A44075

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

Shades of Rouge #A44075

Tints of Rouge #A44075

Color information

#A44075 (or 0xA44075) is unknown color: approx Rouge. HEX triplet: A4, 40 and 75. RGB value is (164,64,117). Sum of RGB (Red+Green+Blue) = 164+64+117=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A44075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44075 is #5BBF8A. Grayscale: #636363. Windows color (decimal): -6012811 or 7684260. OLE color: 7684260.

HSL color Cylindrical-coordinate representation of color #A44075: hue angle of 328.2º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A44075 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB16464117-
CMYK00.610.290.36
HSL328.2º43.86%44.71%-
HSV(B)328.2º60.98%64.31%-
XYZ20.3512.8418.24-
YUV99.94137.63173.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.54%
GREEN value IS 64 (25.39% from 255) = 18.55%
BLUE value IS 117 (46.09% from 255) = 33.91%
R=47.54%
G=18.55%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646411700.610.290.36328.243.8644.71
HexA4407503D1D241482c2d
Octal24410016507535445105455
Binary1010010010000001110101011110111101100100101001000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44075; }

 p { color: rgb(164,64,117); }

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

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

 a { background-color: rgb(164,64,117); }

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

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

 span { border-color: rgb(164,64,117); }

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