#A64767

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

Shades of Rouge #A64767

Tints of Rouge #A64767

Color information

#A64767 (or 0xA64767) is unknown color: approx Rouge. HEX triplet: A6, 47 and 67. RGB value is (166,71,103). Sum of RGB (Red+Green+Blue) = 166+71+103=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A64767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64767 is #59B898. Grayscale: #676767. Windows color (decimal): -5879961 or 6768550. OLE color: 6768550.

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

Color convert

RGB16671103-
CMYK00.570.380.35
HSL339.79º40.08%46.47%-
HSV(B)339.79º57.23%65.1%-
XYZ20.4313.5914.38-
YUV103.05127.97172.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.82%
GREEN value IS 71 (28.12% from 255) = 20.88%
BLUE value IS 103 (40.62% from 255) = 30.29%
R=48.82%
G=20.88%
B=30.29%

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
Decimal1667110300.570.380.35339.7940.0846.47
HexA647670392623154282e
Octal24610714707146435245056
Binary10100110100011111001110111001100110100011101010100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64767; }

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

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

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

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

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

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

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

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