#A7346C

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

Shades of Rouge #A7346C

Tints of Rouge #A7346C

Color information

#A7346C (or 0xA7346C) is unknown color: approx Rouge. HEX triplet: A7, 34 and 6C. RGB value is (167,52,108). Sum of RGB (Red+Green+Blue) = 167+52+108=327 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.07% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 167 - color contains mainly: red. Hex color #A7346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7346C is #58CB93. Grayscale: #5C5C5C. Windows color (decimal): -5819284 or 7091367. OLE color: 7091367.

HSL color Cylindrical-coordinate representation of color #A7346C: hue angle of 330.78º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A7346C is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB16752108-
CMYK00.690.350.35
HSL330.78º52.51%42.94%-
HSV(B)330.78º68.86%65.49%-
XYZ19.8711.7515.41-
YUV92.77136.6180.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.07%
GREEN value IS 52 (20.70% from 255) = 15.90%
BLUE value IS 108 (42.58% from 255) = 33.03%
R=51.07%
G=15.90%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675210800.690.350.35330.7852.5142.94
HexA7346C045232314b352b
Octal24764154010543435136553
Binary10100111110100110110001000101100011100011101001011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7346C; }

 p { color: rgb(167,52,108); }

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

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

 a { background-color: rgb(167,52,108); }

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

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

 span { border-color: rgb(167,52,108); }

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