#AD5F64

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

Shades of Blush #AD5F64

Tints of Blush #AD5F64

Color information

#AD5F64 (or 0xAD5F64) is unknown color: approx Blush. HEX triplet: AD, 5F and 64. RGB value is (173,95,100). Sum of RGB (Red+Green+Blue) = 173+95+100=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F64 is #52A09B. Grayscale: #767676. Windows color (decimal): -5415068 or 6578093. OLE color: 6578093.

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

Color convert

RGB17395100-
CMYK00.450.420.32
HSL356.15º32.23%52.55%-
HSV(B)356.15º45.09%67.84%-
XYZ23.6317.9914.28-
YUV118.89117.34166.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.01%
GREEN value IS 95 (37.5% from 255) = 25.82%
BLUE value IS 100 (39.45% from 255) = 27.17%
R=47.01%
G=25.82%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739510000.450.420.32356.1532.2352.55
HexAD5F6402D2A201642035
Octal25513714405552405444065
Binary10101101101111111001000101101101010100000101100100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5F64; }

 p { color: rgb(173,95,100); }

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

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

 a { background-color: rgb(173,95,100); }

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

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

 span { border-color: rgb(173,95,100); }

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