#A64968

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

Shades of Rouge #A64968

Tints of Rouge #A64968

Color information

#A64968 (or 0xA64968) is unknown color: approx Rouge. HEX triplet: A6, 49 and 68. RGB value is (166,73,104). Sum of RGB (Red+Green+Blue) = 166+73+104=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A64968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64968 is #59B697. Grayscale: #686868. Windows color (decimal): -5879448 or 6834598. OLE color: 6834598.

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

Color convert

RGB16673104-
CMYK00.560.370.35
HSL340º38.91%46.86%-
HSV(B)340º56.02%65.1%-
XYZ20.6113.8714.69-
YUV104.34127.81171.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.40%
GREEN value IS 73 (28.91% from 255) = 21.28%
BLUE value IS 104 (41.02% from 255) = 30.32%
R=48.40%
G=21.28%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667310400.560.370.3534038.9146.86
HexA649680382523154272f
Octal24611115007045435244757
Binary10100110100100111010000111000100101100011101010100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64968; }

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

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

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

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

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

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

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

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