#AD5C61

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

Shades of Blush #AD5C61

Tints of Blush #AD5C61

Color information

#AD5C61 (or 0xAD5C61) is unknown color: approx Blush. HEX triplet: AD, 5C and 61. RGB value is (173,92,97). Sum of RGB (Red+Green+Blue) = 173+92+97=362 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.79% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5C61 is #52A39E. Grayscale: #747474. Windows color (decimal): -5415839 or 6380717. OLE color: 6380717.

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

Color convert

RGB1739297-
CMYK00.470.440.32
HSL356.3º33.06%51.96%-
HSV(B)356.3º46.82%67.84%-
XYZ23.2217.413.44-
YUV116.79116.84168.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.79%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=47.79%
G=25.41%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173929700.470.440.32356.333.0651.96
HexAD5C6102F2C201642134
Octal25513414105754405444164
Binary10101101101110011000010101111101100100000101100100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5C61; }

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

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

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

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

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

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

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

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