#A7416B

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

Shades of Rouge #A7416B

Tints of Rouge #A7416B

Color information

#A7416B (or 0xA7416B) is unknown color: approx Rouge. HEX triplet: A7, 41 and 6B. RGB value is (167,65,107). Sum of RGB (Red+Green+Blue) = 167+65+107=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A7416B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7416B is #58BE94. Grayscale: #646464. Windows color (decimal): -5815957 or 7029159. OLE color: 7029159.

HSL color Cylindrical-coordinate representation of color #A7416B: hue angle of 335.29º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A7416B is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB16765107-
CMYK00.610.360.35
HSL335.29º43.97%45.49%-
HSV(B)335.29º61.08%65.49%-
XYZ20.4813.0615.35-
YUV100.29131.79175.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.26%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=49.26%
G=19.17%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676510700.610.360.35335.2943.9745.49
HexA7416B03D242314f2c2d
Octal24710115307544435175455
Binary10100111100000111010110111101100100100011101001111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7416B; }

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

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

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

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

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

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

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

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