#A74766

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

Shades of Rouge #A74766

Tints of Rouge #A74766

Color information

#A74766 (or 0xA74766) is unknown color: approx Rouge. HEX triplet: A7, 47 and 66. RGB value is (167,71,102). Sum of RGB (Red+Green+Blue) = 167+71+102=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 167 - color contains mainly: red. Hex color #A74766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74766 is #58B899. Grayscale: #676767. Windows color (decimal): -5814426 or 6703015. OLE color: 6703015.

HSL color Cylindrical-coordinate representation of color #A74766: hue angle of 340.62º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A74766 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB16771102-
CMYK00.570.390.35
HSL340.62º40.34%46.67%-
HSV(B)340.62º57.49%65.49%-
XYZ20.5913.6814.13-
YUV103.24127.3173.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.12%
GREEN value IS 71 (28.12% from 255) = 20.88%
BLUE value IS 102 (40.23% from 255) = 30%
R=49.12%
G=20.88%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677110200.570.390.35340.6240.3446.67
HexA747660392723155282f
Octal24710714607147435255057
Binary10100111100011111001100111001100111100011101010101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74766; }

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

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

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

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

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

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

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

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