#A74162

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

Shades of Rouge #A74162

Tints of Rouge #A74162

Color information

#A74162 (or 0xA74162) is unknown color: approx Rouge. HEX triplet: A7, 41 and 62. RGB value is (167,65,98). Sum of RGB (Red+Green+Blue) = 167+65+98=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A74162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74162 is #58BE9D. Grayscale: #636363. Windows color (decimal): -5815966 or 6439335. OLE color: 6439335.

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

Color convert

RGB1676598-
CMYK00.610.410.35
HSL340.59º43.97%45.49%-
HSV(B)340.59º61.08%65.49%-
XYZ20.0312.8812.99-
YUV99.26127.29176.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.61%
GREEN value IS 65 (25.78% from 255) = 19.70%
BLUE value IS 98 (38.67% from 255) = 29.70%
R=50.61%
G=19.70%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167659800.610.410.35340.5943.9745.49
HexA7416203D29231552c2d
Octal24710114207551435255455
Binary10100111100000111000100111101101001100011101010101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74162; }

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

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

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

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

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

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

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

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