#a44260

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

Shades of Rouge #A44260

Tints of Rouge #A44260

Color information

#A44260 (or 0xA44260) is unknown color: approx Rouge. HEX triplet: A4, 42 and 60. RGB value is (164,66,96). Sum of RGB (Red+Green+Blue) = 164+66+96=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A44260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44260 is #5BBD9F. Grayscale: #626262. Windows color (decimal): -6012320 or 6308516. OLE color: 6308516.

HSL color Cylindrical-coordinate representation of color #A44260: hue angle of 341.63º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A44260 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1646696-
CMYK00.600.410.36
HSL341.63º42.61%45.1%-
HSV(B)341.63º59.76%64.31%-
XYZ19.3712.6312.48-
YUV98.72126.47174.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.31%
GREEN value IS 66 (26.17% from 255) = 20.25%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=50.31%
G=20.25%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164669600.600.410.36341.6342.6145.1
HexA4426003C29241562b2d
Octal24410214007451445265355
Binary10100100100001011000000111100101001100100101010110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a44260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a44260; }

 p { color: rgb(164,66,96); }

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

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

 a { background-color: rgb(164,66,96); }

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

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

 span { border-color: rgb(164,66,96); }

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