#A74E68

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

Shades of Blush #A74E68

Tints of Blush #A74E68

Color information

#A74E68 (or 0xA74E68) is unknown color: approx Blush. HEX triplet: A7, 4E and 68. RGB value is (167,78,104). Sum of RGB (Red+Green+Blue) = 167+78+104=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A74E68 is #58B197. Grayscale: #6B6B6B. Windows color (decimal): -5812632 or 6835879. OLE color: 6835879.

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

Color convert

RGB16778104-
CMYK00.530.380.35
HSL342.47º36.33%48.04%-
HSV(B)342.47º53.29%65.49%-
XYZ21.1614.6614.81-
YUV107.57125.99170.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.85%
GREEN value IS 78 (30.86% from 255) = 22.35%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=47.85%
G=22.35%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677810400.530.380.35342.4736.3348.04
HexA74E6803526231562430
Octal24711615006546435264460
Binary10100111100111011010000110101100110100011101010110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74E68; }

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

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

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

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

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

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

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

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