#A64060

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

Shades of Rouge #A64060

Tints of Rouge #A64060

Color information

#A64060 (or 0xA64060) is unknown color: approx Rouge. HEX triplet: A6, 40 and 60. RGB value is (166,64,96). Sum of RGB (Red+Green+Blue) = 166+64+96=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A64060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64060 is #59BF9F. Grayscale: #626262. Windows color (decimal): -5881760 or 6308006. OLE color: 6308006.

HSL color Cylindrical-coordinate representation of color #A64060: hue angle of 341.18º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A64060 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB1666496-
CMYK00.610.420.35
HSL341.18º44.35%45.1%-
HSV(B)341.18º61.45%65.1%-
XYZ19.6712.6212.47-
YUV98.15126.79176.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.92%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=50.92%
G=19.63%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166649600.610.420.35341.1844.3545.1
HexA6406003D2A231552c2d
Octal24610014007552435255455
Binary10100110100000011000000111101101010100011101010101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64060; }

 p { color: rgb(166,64,96); }

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

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

 a { background-color: rgb(166,64,96); }

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

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

 span { border-color: rgb(166,64,96); }

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