#A44562

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

Shades of Rouge #A44562

Tints of Rouge #A44562

Color information

#A44562 (or 0xA44562) is unknown color: approx Rouge. HEX triplet: A4, 45 and 62. RGB value is (164,69,98). Sum of RGB (Red+Green+Blue) = 164+69+98=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A44562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44562 is #5BBA9D. Grayscale: #646464. Windows color (decimal): -6011550 or 6440356. OLE color: 6440356.

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

Color convert

RGB1646998-
CMYK00.580.400.36
HSL341.68º40.77%45.69%-
HSV(B)341.68º57.93%64.31%-
XYZ19.6413.0313.04-
YUV100.71126.47173.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.55%
GREEN value IS 69 (27.34% from 255) = 20.85%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=49.55%
G=20.85%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164699800.580.400.36341.6840.7745.69
HexA4456203A2824156292e
Octal24410514207250445265156
Binary10100100100010111000100111010101000100100101010110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44562; }

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

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

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

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

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

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

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

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