#A7456A

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

Shades of Rouge #A7456A

Tints of Rouge #A7456A

Color information

#A7456A (or 0xA7456A) is unknown color: approx Rouge. HEX triplet: A7, 45 and 6A. RGB value is (167,69,106). Sum of RGB (Red+Green+Blue) = 167+69+106=342 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.83% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 167 - color contains mainly: red. Hex color #A7456A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7456A is #58BA95. Grayscale: #666666. Windows color (decimal): -5814934 or 6964647. OLE color: 6964647.

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

Color convert

RGB16769106-
CMYK00.590.370.35
HSL337.35º41.53%46.27%-
HSV(B)337.35º58.68%65.49%-
XYZ20.6713.5115.15-
YUV102.52129.97173.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.83%
GREEN value IS 69 (27.34% from 255) = 20.18%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=48.83%
G=20.18%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676910600.590.370.35337.3541.5346.27
HexA7456A03B25231512a2e
Octal24710515207345435215256
Binary10100111100010111010100111011100101100011101010001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7456A; }

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

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

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

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

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

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

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

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