#AD5C62

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

Shades of Blush #AD5C62

Tints of Blush #AD5C62

Color information

#AD5C62 (or 0xAD5C62) is unknown color: approx Blush. HEX triplet: AD, 5C and 62. RGB value is (173,92,98). Sum of RGB (Red+Green+Blue) = 173+92+98=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C62 is #52A39D. Grayscale: #747474. Windows color (decimal): -5415838 or 6446253. OLE color: 6446253.

HSL color Cylindrical-coordinate representation of color #AD5C62: hue angle of 355.56º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD5C62 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB1739298-
CMYK00.470.430.32
HSL355.56º33.06%51.96%-
HSV(B)355.56º46.82%67.84%-
XYZ23.2717.4213.69-
YUV116.9117.34168.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.66%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 98 (38.67% from 255) = 27.00%
R=47.66%
G=25.34%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173929800.470.430.32355.5633.0651.96
HexAD5C6202F2B201642134
Octal25513414205753405444164
Binary10101101101110011000100101111101011100000101100100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5C62; }

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

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

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

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

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

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

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

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