#A74068

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

Shades of Rouge #A74068

Tints of Rouge #A74068

Color information

#A74068 (or 0xA74068) is unknown color: approx Rouge. HEX triplet: A7, 40 and 68. RGB value is (167,64,104). Sum of RGB (Red+Green+Blue) = 167+64+104=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A74068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74068 is #58BF97. Grayscale: #636363. Windows color (decimal): -5816216 or 6832295. OLE color: 6832295.

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

Color convert

RGB16764104-
CMYK00.620.380.35
HSL336.7º44.59%45.29%-
HSV(B)336.7º61.68%65.49%-
XYZ20.2712.8814.51-
YUV99.36130.62176.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.85%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 104 (41.02% from 255) = 31.04%
R=49.85%
G=19.10%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676410400.620.380.35336.744.5945.29
HexA7406803E26231512d2d
Octal24710015007646435215555
Binary10100111100000011010000111110100110100011101010001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74068; }

 p { color: rgb(167,64,104); }

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

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

 a { background-color: rgb(167,64,104); }

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

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

 span { border-color: rgb(167,64,104); }

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