#A75169

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

Shades of Blush #A75169

Tints of Blush #A75169

Color information

#A75169 (or 0xA75169) is unknown color: approx Blush. HEX triplet: A7, 51 and 69. RGB value is (167,81,105). Sum of RGB (Red+Green+Blue) = 167+81+105=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A75169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75169 is #58AE96. Grayscale: #6D6D6D. Windows color (decimal): -5811863 or 6902183. OLE color: 6902183.

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

Color convert

RGB16781105-
CMYK00.510.370.35
HSL343.26º34.68%48.63%-
HSV(B)343.26º51.5%65.49%-
XYZ21.4315.1215.15-
YUV109.45125.49169.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.31%
GREEN value IS 81 (32.03% from 255) = 22.95%
BLUE value IS 105 (41.41% from 255) = 29.75%
R=47.31%
G=22.95%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678110500.510.370.35343.2634.6848.63
HexA7516903325231572331
Octal24712115106345435274361
Binary10100111101000111010010110011100101100011101010111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75169; }

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

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

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

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

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

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

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

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