#A75668

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

Shades of Blush #A75668

Tints of Blush #A75668

Color information

#A75668 (or 0xA75668) is unknown color: approx Blush. HEX triplet: A7, 56 and 68. RGB value is (167,86,104). Sum of RGB (Red+Green+Blue) = 167+86+104=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A75668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75668 is #58A997. Grayscale: #707070. Windows color (decimal): -5810584 or 6837927. OLE color: 6837927.

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

Color convert

RGB16786104-
CMYK00.490.380.35
HSL346.67º32.02%49.61%-
HSV(B)346.67º48.5%65.49%-
XYZ21.7615.8715.01-
YUV112.27123.34167.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.78%
GREEN value IS 86 (33.98% from 255) = 24.09%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=46.78%
G=24.09%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678610400.490.380.35346.6732.0249.61
HexA75668031262315b2032
Octal24712615006146435334062
Binary10100111101011011010000110001100110100011101011011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75668; }

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

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

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

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

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

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

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

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