#A44462

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

Shades of Rouge #A44462

Tints of Rouge #A44462

Color information

#A44462 (or 0xA44462) is unknown color: approx Rouge. HEX triplet: A4, 44 and 62. RGB value is (164,68,98). Sum of RGB (Red+Green+Blue) = 164+68+98=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A44462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44462 is #5BBB9D. Grayscale: #646464. Windows color (decimal): -6011806 or 6440100. OLE color: 6440100.

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

Color convert

RGB1646898-
CMYK00.590.400.36
HSL341.25º41.38%45.49%-
HSV(B)341.25º58.54%64.31%-
XYZ19.5812.9113.01-
YUV100.12126.8173.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.70%
GREEN value IS 68 (26.95% from 255) = 20.61%
BLUE value IS 98 (38.67% from 255) = 29.70%
R=49.70%
G=20.61%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164689800.590.400.36341.2541.3845.49
HexA4446203B2824155292d
Octal24410414207350445255155
Binary10100100100010011000100111011101000100100101010101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44462; }

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

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

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

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

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

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

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

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