#A74260

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

Shades of Rouge #A74260

Tints of Rouge #A74260

Color information

#A74260 (or 0xA74260) is unknown color: approx Rouge. HEX triplet: A7, 42 and 60. RGB value is (167,66,96). Sum of RGB (Red+Green+Blue) = 167+66+96=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A74260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74260 is #58BD9F. Grayscale: #636363. Windows color (decimal): -5815712 or 6308519. OLE color: 6308519.

HSL color Cylindrical-coordinate representation of color #A74260: hue angle of 342.18º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74260 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB1676696-
CMYK00.600.430.35
HSL342.18º43.35%45.69%-
HSV(B)342.18º60.48%65.49%-
XYZ2012.9612.51-
YUV99.62125.96176.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.76%
GREEN value IS 66 (26.17% from 255) = 20.06%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=50.76%
G=20.06%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167669600.600.430.35342.1843.3545.69
HexA7426003C2B231562b2e
Octal24710214007453435265356
Binary10100111100001011000000111100101011100011101010110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74260; }

 p { color: rgb(167,66,96); }

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

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

 a { background-color: rgb(167,66,96); }

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

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

 span { border-color: rgb(167,66,96); }

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