#A4445F

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

Shades of Rouge #A4445F

Tints of Rouge #A4445F

Color information

#A4445F (or 0xA4445F) is unknown color: approx Rouge. HEX triplet: A4, 44 and 5F. RGB value is (164,68,95). Sum of RGB (Red+Green+Blue) = 164+68+95=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4445F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4445F is #5BBBA0. Grayscale: #636363. Windows color (decimal): -6011809 or 6243492. OLE color: 6243492.

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

Color convert

RGB1646895-
CMYK00.590.420.36
HSL343.12º41.38%45.49%-
HSV(B)343.12º58.54%64.31%-
XYZ19.4412.8512.28-
YUV99.78125.3173.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.15%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=50.15%
G=20.80%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164689500.590.420.36343.1241.3845.49
HexA4445F03B2A24157292d
Octal24410413707352445275155
Binary10100100100010010111110111011101010100100101010111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4445F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4445F; }

 p { color: rgb(164,68,95); }

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

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

 a { background-color: rgb(164,68,95); }

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

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

 span { border-color: rgb(164,68,95); }

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