#AD6065

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

Shades of Blush #AD6065

Tints of Blush #AD6065

Color information

#AD6065 (or 0xAD6065) is unknown color: approx Blush. HEX triplet: AD, 60 and 65. RGB value is (173,96,101). Sum of RGB (Red+Green+Blue) = 173+96+101=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6065 is #529F9A. Grayscale: #777777. Windows color (decimal): -5414811 or 6643885. OLE color: 6643885.

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

Color convert

RGB17396101-
CMYK00.450.420.32
HSL356.1º31.95%52.75%-
HSV(B)356.1º44.51%67.84%-
XYZ23.7718.1914.57-
YUV119.59117.51166.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.76%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 101 (39.84% from 255) = 27.30%
R=46.76%
G=25.95%
B=27.30%

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
Decimal1739610100.450.420.32356.131.9552.75
HexAD606502D2A201642035
Octal25514014505552405444065
Binary10101101110000011001010101101101010100000101100100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6065; }

 p { color: rgb(173,96,101); }

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

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

 a { background-color: rgb(173,96,101); }

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

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

 span { border-color: rgb(173,96,101); }

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