#A74161

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

Shades of Rouge #A74161

Tints of Rouge #A74161

Color information

#A74161 (or 0xA74161) is unknown color: approx Rouge. HEX triplet: A7, 41 and 61. RGB value is (167,65,97). Sum of RGB (Red+Green+Blue) = 167+65+97=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A74161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74161 is #58BE9E. Grayscale: #636363. Windows color (decimal): -5815967 or 6373799. OLE color: 6373799.

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

Color convert

RGB1676597-
CMYK00.610.420.35
HSL341.18º43.97%45.49%-
HSV(B)341.18º61.08%65.49%-
XYZ19.9812.8612.74-
YUV99.15126.79176.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.76%
GREEN value IS 65 (25.78% from 255) = 19.76%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=50.76%
G=19.76%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167659700.610.420.35341.1843.9745.49
HexA7416103D2A231552c2d
Octal24710114107552435255455
Binary10100111100000111000010111101101010100011101010101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74161; }

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

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

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

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

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

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

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

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