#A7446C

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

Shades of Rouge #A7446C

Tints of Rouge #A7446C

Color information

#A7446C (or 0xA7446C) is unknown color: approx Rouge. HEX triplet: A7, 44 and 6C. RGB value is (167,68,108). Sum of RGB (Red+Green+Blue) = 167+68+108=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A7446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7446C is #58BB93. Grayscale: #666666. Windows color (decimal): -5815188 or 7095463. OLE color: 7095463.

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

Color convert

RGB16768108-
CMYK00.590.350.35
HSL335.76º42.13%46.08%-
HSV(B)335.76º59.28%65.49%-
XYZ20.7113.4315.69-
YUV102.16131.3174.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.69%
GREEN value IS 68 (26.95% from 255) = 19.83%
BLUE value IS 108 (42.58% from 255) = 31.49%
R=48.69%
G=19.83%
B=31.49%

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
Decimal1676810800.590.350.35335.7642.1346.08
HexA7446C03B23231502a2e
Octal24710415407343435205256
Binary10100111100010011011000111011100011100011101010000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7446C; }

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

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

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

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

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

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

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

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