#A74166

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

Shades of Rouge #A74166

Tints of Rouge #A74166

Color information

#A74166 (or 0xA74166) is unknown color: approx Rouge. HEX triplet: A7, 41 and 66. RGB value is (167,65,102). Sum of RGB (Red+Green+Blue) = 167+65+102=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A74166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74166 is #58BE99. Grayscale: #636363. Windows color (decimal): -5815962 or 6701479. OLE color: 6701479.

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

Color convert

RGB16765102-
CMYK00.610.390.35
HSL338.24º43.97%45.49%-
HSV(B)338.24º61.08%65.49%-
XYZ20.2212.9614.01-
YUV99.72129.29175.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50%
GREEN value IS 65 (25.78% from 255) = 19.46%
BLUE value IS 102 (40.23% from 255) = 30.54%
R=50%
G=19.46%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676510200.610.390.35338.2443.9745.49
HexA7416603D27231522c2d
Octal24710114607547435225455
Binary10100111100000111001100111101100111100011101010010101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74166; }

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

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

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

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

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

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

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

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