#A64966

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

Shades of Rouge #A64966

Tints of Rouge #A64966

Color information

#A64966 (or 0xA64966) is unknown color: approx Rouge. HEX triplet: A6, 49 and 66. RGB value is (166,73,102). Sum of RGB (Red+Green+Blue) = 166+73+102=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A64966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64966 is #59B699. Grayscale: #686868. Windows color (decimal): -5879450 or 6703526. OLE color: 6703526.

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

Color convert

RGB16673102-
CMYK00.560.390.35
HSL341.29º38.91%46.86%-
HSV(B)341.29º56.02%65.1%-
XYZ20.5113.8314.16-
YUV104.11126.81172.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 73 (28.91% from 255) = 21.41%
BLUE value IS 102 (40.23% from 255) = 29.91%
R=48.68%
G=21.41%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667310200.560.390.35341.2938.9146.86
HexA649660382723155272f
Octal24611114607047435254757
Binary10100110100100111001100111000100111100011101010101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64966; }

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

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

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

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

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

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

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

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