#A7526C

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

Shades of Blush #A7526C

Tints of Blush #A7526C

Color information

#A7526C (or 0xA7526C) is unknown color: approx Blush. HEX triplet: A7, 52 and 6C. RGB value is (167,82,108). Sum of RGB (Red+Green+Blue) = 167+82+108=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A7526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7526C is #58AD93. Grayscale: #6E6E6E. Windows color (decimal): -5811604 or 7099047. OLE color: 7099047.

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

Color convert

RGB16782108-
CMYK00.510.350.35
HSL341.65º34.14%48.82%-
HSV(B)341.65º50.9%65.49%-
XYZ21.6615.3316.01-
YUV110.38126.66168.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.78%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 108 (42.58% from 255) = 30.25%
R=46.78%
G=22.97%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678210800.510.350.35341.6534.1448.82
HexA7526C03323231562231
Octal24712215406343435264261
Binary10100111101001011011000110011100011100011101010110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7526C; }

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

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

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

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

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

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

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

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