#A44469

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

Shades of Rouge #A44469

Tints of Rouge #A44469

Color information

#A44469 (or 0xA44469) is unknown color: approx Rouge. HEX triplet: A4, 44 and 69. RGB value is (164,68,105). Sum of RGB (Red+Green+Blue) = 164+68+105=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A44469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44469 is #5BBB96. Grayscale: #646464. Windows color (decimal): -6011799 or 6898852. OLE color: 6898852.

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

Color convert

RGB16468105-
CMYK00.590.360.36
HSL336.88º41.38%45.49%-
HSV(B)336.88º58.54%64.31%-
XYZ19.9313.0514.83-
YUV100.92130.3172.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.66%
GREEN value IS 68 (26.95% from 255) = 20.18%
BLUE value IS 105 (41.41% from 255) = 31.16%
R=48.66%
G=20.18%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646810500.590.360.36336.8841.3845.49
HexA4446903B2424151292d
Octal24410415107344445215155
Binary10100100100010011010010111011100100100100101010001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44469; }

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

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

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

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

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

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

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

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