#A44568

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

Shades of Rouge #A44568

Tints of Rouge #A44568

Color information

#A44568 (or 0xA44568) is unknown color: approx Rouge. HEX triplet: A4, 45 and 68. RGB value is (164,69,104). Sum of RGB (Red+Green+Blue) = 164+69+104=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A44568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44568 is #5BBA97. Grayscale: #656565. Windows color (decimal): -6011544 or 6833572. OLE color: 6833572.

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

Color convert

RGB16469104-
CMYK00.580.370.36
HSL337.89º40.77%45.69%-
HSV(B)337.89º57.93%64.31%-
XYZ19.9413.1514.58-
YUV101.4129.47172.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.66%
GREEN value IS 69 (27.34% from 255) = 20.47%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=48.66%
G=20.47%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646910400.580.370.36337.8940.7745.69
HexA4456803A2524152292e
Octal24410515007245445225156
Binary10100100100010111010000111010100101100100101010010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44568; }

 p { color: rgb(164,69,104); }

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

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

 a { background-color: rgb(164,69,104); }

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

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

 span { border-color: rgb(164,69,104); }

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