#AD5262

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

Shades of Blush #AD5262

Tints of Blush #AD5262

Color information

#AD5262 (or 0xAD5262) is unknown color: approx Blush. HEX triplet: AD, 52 and 62. RGB value is (173,82,98). Sum of RGB (Red+Green+Blue) = 173+82+98=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5262 is #52AD9D. Grayscale: #6F6F6F. Windows color (decimal): -5418398 or 6443693. OLE color: 6443693.

HSL color Cylindrical-coordinate representation of color #AD5262: hue angle of 349.45º 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 #AD5262 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB1738298-
CMYK00.530.430.32
HSL349.45º35.69%50%-
HSV(B)349.45º52.6%67.84%-
XYZ22.4615.813.42-
YUV111.03120.65172.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.01%
GREEN value IS 82 (32.42% from 255) = 23.23%
BLUE value IS 98 (38.67% from 255) = 27.76%
R=49.01%
G=23.23%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173829800.530.430.32349.4535.6950
HexAD52620352B2015d2432
Octal25512214206553405354462
Binary10101101101001011000100110101101011100000101011101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5262; }

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

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

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

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

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

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

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

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