#A7466B

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

Shades of Rouge #A7466B

Tints of Rouge #A7466B

Color information

#A7466B (or 0xA7466B) is unknown color: approx Rouge. HEX triplet: A7, 46 and 6B. RGB value is (167,70,107). Sum of RGB (Red+Green+Blue) = 167+70+107=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A7466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7466B is #58B994. Grayscale: #676767. Windows color (decimal): -5814677 or 7030439. OLE color: 7030439.

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

Color convert

RGB16770107-
CMYK00.580.360.35
HSL337.11º40.93%46.47%-
HSV(B)337.11º58.08%65.49%-
XYZ20.7813.6615.45-
YUV103.22130.14173.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.55%
GREEN value IS 70 (27.73% from 255) = 20.35%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=48.55%
G=20.35%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677010700.580.360.35337.1140.9346.47
HexA7466B03A2423151292e
Octal24710615307244435215156
Binary10100111100011011010110111010100100100011101010001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7466B; }

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

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

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

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

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

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

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

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