#A7536C

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

Shades of Blush #A7536C

Tints of Blush #A7536C

Color information

#A7536C (or 0xA7536C) is unknown color: approx Blush. HEX triplet: A7, 53 and 6C. RGB value is (167,83,108). Sum of RGB (Red+Green+Blue) = 167+83+108=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A7536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7536C is #58AC93. Grayscale: #6E6E6E. Windows color (decimal): -5811348 or 7099303. OLE color: 7099303.

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

Color convert

RGB16783108-
CMYK00.500.350.35
HSL342.14º33.6%49.02%-
HSV(B)342.14º50.3%65.49%-
XYZ21.7415.4816.03-
YUV110.97126.33167.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.65%
GREEN value IS 83 (32.81% from 255) = 23.18%
BLUE value IS 108 (42.58% from 255) = 30.17%
R=46.65%
G=23.18%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678310800.500.350.35342.1433.649.02
HexA7536C03223231562231
Octal24712315406243435264261
Binary10100111101001111011000110010100011100011101010110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7536C; }

 p { color: rgb(167,83,108); }

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

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

 a { background-color: rgb(167,83,108); }

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

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

 span { border-color: rgb(167,83,108); }

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