#A64867

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

Shades of Rouge #A64867

Tints of Rouge #A64867

Color information

#A64867 (or 0xA64867) is unknown color: approx Rouge. HEX triplet: A6, 48 and 67. RGB value is (166,72,103). Sum of RGB (Red+Green+Blue) = 166+72+103=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A64867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64867 is #59B798. Grayscale: #676767. Windows color (decimal): -5879705 or 6768806. OLE color: 6768806.

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

Color convert

RGB16672103-
CMYK00.570.380.35
HSL340.21º39.5%46.67%-
HSV(B)340.21º56.63%65.1%-
XYZ20.4913.7214.4-
YUV103.64127.64172.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 103 (40.62% from 255) = 30.21%
R=48.68%
G=21.11%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667210300.570.380.35340.2139.546.67
HexA648670392623154272f
Octal24611014707146435244757
Binary10100110100100011001110111001100110100011101010100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64867; }

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

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

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

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

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

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

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

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