#A7466E

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

Shades of Rouge #A7466E

Tints of Rouge #A7466E

Color information

#A7466E (or 0xA7466E) is unknown color: approx Rouge. HEX triplet: A7, 46 and 6E. RGB value is (167,70,110). Sum of RGB (Red+Green+Blue) = 167+70+110=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 167 - color contains mainly: red. Hex color #A7466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7466E is #58B991. Grayscale: #676767. Windows color (decimal): -5814674 or 7227047. OLE color: 7227047.

HSL color Cylindrical-coordinate representation of color #A7466E: hue angle of 335.26º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A7466E is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16770110-
CMYK00.580.340.35
HSL335.26º40.93%46.47%-
HSV(B)335.26º58.08%65.49%-
XYZ20.9413.7216.3-
YUV103.56131.64173.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.13%
GREEN value IS 70 (27.73% from 255) = 20.17%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=48.13%
G=20.17%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677011000.580.340.35335.2640.9346.47
HexA7466E03A222314f292e
Octal24710615607242435175156
Binary10100111100011011011100111010100010100011101001111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7466E; }

 p { color: rgb(167,70,110); }

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

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

 a { background-color: rgb(167,70,110); }

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

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

 span { border-color: rgb(167,70,110); }

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