#A7456C

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

Shades of Rouge #A7456C

Tints of Rouge #A7456C

Color information

#A7456C (or 0xA7456C) is unknown color: approx Rouge. HEX triplet: A7, 45 and 6C. RGB value is (167,69,108). Sum of RGB (Red+Green+Blue) = 167+69+108=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A7456C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7456C is #58BA93. Grayscale: #666666. Windows color (decimal): -5814932 or 7095719. OLE color: 7095719.

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

Color convert

RGB16769108-
CMYK00.590.350.35
HSL336.12º41.53%46.27%-
HSV(B)336.12º58.68%65.49%-
XYZ20.7713.5515.71-
YUV102.75130.97173.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.55%
GREEN value IS 69 (27.34% from 255) = 20.06%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=48.55%
G=20.06%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676910800.590.350.35336.1241.5346.27
HexA7456C03B23231502a2e
Octal24710515407343435205256
Binary10100111100010111011000111011100011100011101010000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7456C; }

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

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

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

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

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

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

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

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