#A4446B

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

Shades of Rouge #A4446B

Tints of Rouge #A4446B

Color information

#A4446B (or 0xA4446B) is unknown color: approx Rouge. HEX triplet: A4, 44 and 6B. RGB value is (164,68,107). Sum of RGB (Red+Green+Blue) = 164+68+107=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A4446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4446B is #5BBB94. Grayscale: #656565. Windows color (decimal): -6011797 or 7029924. OLE color: 7029924.

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

Color convert

RGB16468107-
CMYK00.590.350.36
HSL335.62º41.38%45.49%-
HSV(B)335.62º58.54%64.31%-
XYZ20.0313.0915.38-
YUV101.15131.3172.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.38%
GREEN value IS 68 (26.95% from 255) = 20.06%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=48.38%
G=20.06%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646810700.590.350.36335.6241.3845.49
HexA4446B03B2324150292d
Octal24410415307343445205155
Binary10100100100010011010110111011100011100100101010000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4446B; }

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

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

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

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

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

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

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

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