#A64068

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

Shades of Rouge #A64068

Tints of Rouge #A64068

Color information

#A64068 (or 0xA64068) is unknown color: approx Rouge. HEX triplet: A6, 40 and 68. RGB value is (166,64,104). Sum of RGB (Red+Green+Blue) = 166+64+104=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A64068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64068 is #59BF97. Grayscale: #636363. Windows color (decimal): -5881752 or 6832294. OLE color: 6832294.

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

Color convert

RGB16664104-
CMYK00.610.370.35
HSL336.47º44.35%45.1%-
HSV(B)336.47º61.45%65.1%-
XYZ20.0612.7714.51-
YUV99.06130.79175.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.70%
GREEN value IS 64 (25.39% from 255) = 19.16%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=49.70%
G=19.16%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666410400.610.370.35336.4744.3545.1
HexA6406803D25231502c2d
Octal24610015007545435205455
Binary10100110100000011010000111101100101100011101010000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64068; }

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

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

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

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

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

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

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

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