#A75669

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

Shades of Blush #A75669

Tints of Blush #A75669

Color information

#A75669 (or 0xA75669) is unknown color: approx Blush. HEX triplet: A7, 56 and 69. RGB value is (167,86,105). Sum of RGB (Red+Green+Blue) = 167+86+105=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A75669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75669 is #58A996. Grayscale: #707070. Windows color (decimal): -5810583 or 6903463. OLE color: 6903463.

HSL color Cylindrical-coordinate representation of color #A75669: hue angle of 345.93º 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 #A75669 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB16786105-
CMYK00.490.370.35
HSL345.93º32.02%49.61%-
HSV(B)345.93º48.5%65.49%-
XYZ21.8115.8915.28-
YUV112.38123.84166.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.65%
GREEN value IS 86 (33.98% from 255) = 24.02%
BLUE value IS 105 (41.41% from 255) = 29.33%
R=46.65%
G=24.02%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678610500.490.370.35345.9332.0249.61
HexA75669031252315a2032
Octal24712615106145435324062
Binary10100111101011011010010110001100101100011101011010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75669; }

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

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

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

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

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

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

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

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