#AD596C

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

Shades of Blush #AD596C

Tints of Blush #AD596C

Color information

#AD596C (or 0xAD596C) is unknown color: approx Blush. HEX triplet: AD, 59 and 6C. RGB value is (173,89,108). Sum of RGB (Red+Green+Blue) = 173+89+108=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD596C is #52A693. Grayscale: #747474. Windows color (decimal): -5416596 or 7100845. OLE color: 7100845.

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

Color convert

RGB17389108-
CMYK00.490.380.32
HSL346.43º33.87%51.37%-
HSV(B)346.43º48.55%67.84%-
XYZ23.5117.1116.25-
YUV116.28123.33168.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.76%
GREEN value IS 89 (35.16% from 255) = 24.05%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=46.76%
G=24.05%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738910800.490.380.32346.4333.8751.37
HexAD596C031262015a2233
Octal25513115406146405324263
Binary10101101101100111011000110001100110100000101011010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD596C; }

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

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

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

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

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

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

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

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