#A64768

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

Shades of Rouge #A64768

Tints of Rouge #A64768

Color information

#A64768 (or 0xA64768) is unknown color: approx Rouge. HEX triplet: A6, 47 and 68. RGB value is (166,71,104). Sum of RGB (Red+Green+Blue) = 166+71+104=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A64768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64768 is #59B897. Grayscale: #676767. Windows color (decimal): -5879960 or 6834086. OLE color: 6834086.

HSL color Cylindrical-coordinate representation of color #A64768: hue angle of 339.16º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64768 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB16671104-
CMYK00.570.370.35
HSL339.16º40.08%46.47%-
HSV(B)339.16º57.23%65.1%-
XYZ20.4813.6114.64-
YUV103.17128.47172.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 71 (28.12% from 255) = 20.82%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=48.68%
G=20.82%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667110400.570.370.35339.1640.0846.47
HexA647680392523153282e
Octal24610715007145435235056
Binary10100110100011111010000111001100101100011101010011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64768; }

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

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

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

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

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

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

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

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