#AD526C

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

Shades of Blush #AD526C

Tints of Blush #AD526C

Color information

#AD526C (or 0xAD526C) is unknown color: approx Blush. HEX triplet: AD, 52 and 6C. RGB value is (173,82,108). Sum of RGB (Red+Green+Blue) = 173+82+108=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD526C is #52AD93. Grayscale: #707070. Windows color (decimal): -5418388 or 7099053. OLE color: 7099053.

HSL color Cylindrical-coordinate representation of color #AD526C: hue angle of 342.86º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD526C is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB17382108-
CMYK00.530.380.32
HSL342.86º35.69%50%-
HSV(B)342.86º52.6%67.84%-
XYZ22.961616.07-
YUV112.17125.65171.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.66%
GREEN value IS 82 (32.42% from 255) = 22.59%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=47.66%
G=22.59%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738210800.530.380.32342.8635.6950
HexAD526C03526201572432
Octal25512215406546405274462
Binary10101101101001011011000110101100110100000101010111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD526C; }

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

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

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

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

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

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

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

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