#A64D67

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

Shades of Rouge #A64D67

Tints of Rouge #A64D67

Color information

#A64D67 (or 0xA64D67) is unknown color: approx Rouge. HEX triplet: A6, 4D and 67. RGB value is (166,77,103). Sum of RGB (Red+Green+Blue) = 166+77+103=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 103 (40.62% from 255 or 29.77% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A64D67 is #59B298. Grayscale: #6A6A6A. Windows color (decimal): -5878425 or 6770086. OLE color: 6770086.

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

Color convert

RGB16677103-
CMYK00.540.380.35
HSL342.47º36.63%47.65%-
HSV(B)342.47º53.61%65.1%-
XYZ20.8314.3914.51-
YUV106.58125.99170.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.98%
GREEN value IS 77 (30.47% from 255) = 22.25%
BLUE value IS 103 (40.62% from 255) = 29.77%
R=47.98%
G=22.25%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667710300.540.380.35342.4736.6347.65
HexA64D6703626231562530
Octal24611514706646435264560
Binary10100110100110111001110110110100110100011101010110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64D67; }

 p { color: rgb(166,77,103); }

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

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

 a { background-color: rgb(166,77,103); }

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

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

 span { border-color: rgb(166,77,103); }

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