#A7516A

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

Shades of Blush #A7516A

Tints of Blush #A7516A

Color information

#A7516A (or 0xA7516A) is unknown color: approx Blush. HEX triplet: A7, 51 and 6A. RGB value is (167,81,106). Sum of RGB (Red+Green+Blue) = 167+81+106=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A7516A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7516A is #58AE95. Grayscale: #6D6D6D. Windows color (decimal): -5811862 or 6967719. OLE color: 6967719.

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

Color convert

RGB16781106-
CMYK00.510.370.35
HSL342.56º34.68%48.63%-
HSV(B)342.56º51.5%65.49%-
XYZ21.4815.1415.43-
YUV109.56125.99168.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.18%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=47.18%
G=22.88%
B=29.94%

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
Decimal1678110600.510.370.35342.5634.6848.63
HexA7516A03325231572331
Octal24712115206345435274361
Binary10100111101000111010100110011100101100011101010111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7516A; }

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

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

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

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

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

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

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

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