#A64073

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

Shades of Rouge #A64073

Tints of Rouge #A64073

Color information

#A64073 (or 0xA64073) is unknown color: approx Rouge. HEX triplet: A6, 40 and 73. RGB value is (166,64,115). Sum of RGB (Red+Green+Blue) = 166+64+115=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A64073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64073 is #59BF8C. Grayscale: #646464. Windows color (decimal): -5881741 or 7553190. OLE color: 7553190.

HSL color Cylindrical-coordinate representation of color #A64073: hue angle of 330º 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 #A64073 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16664115-
CMYK00.610.310.35
HSL330º44.35%45.1%-
HSV(B)330º61.45%65.1%-
XYZ20.6513.0117.64-
YUV100.31136.29174.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 64 (25.39% from 255) = 18.55%
BLUE value IS 115 (45.31% from 255) = 33.33%
R=48.12%
G=18.55%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666411500.610.310.3533044.3545.1
HexA6407303D1F2314a2c2d
Octal24610016307537435125455
Binary1010011010000001110011011110111111100011101001010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64073; }

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

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

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

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

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

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

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

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